Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
cyan | 0BF1FC | #0BF1FC | 11, 241, 252 | 4.31, 94.51, 98.82 | 95.63, 4.37, 0, 1.18 | 182.73858921162, 95.634920634921, 98.823529411765 |
Color #0bf1fc is cyan. In RGB: 4.31, 94.51, 98.82. In CMYK: 95.63, 4.37, 0, 1.18.
div { background: #0bf1fc; color: #000; }
div { background: #0bf1fc; color: #fff; }
div { background: linear-gradient(to bottom, #00D4DF 0%, #51FFFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #51FFFF 0%, #00D4DF 100%); color: #000; }
div { background: linear-gradient(to bottom, #00D4DF 0%, #51FFFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #51FFFF 0%, #00D4DF 100%); color: #fff; }
div { border: 1px solid #0bf1fc; }
div { border: 5px solid #0bf1fc; }
div { border: 1px dashed #0bf1fc; }
div { border: 5px dashed #0bf1fc; }
div { border: 1px dotted #0bf1fc; }
div { border: 5px dotted #0bf1fc; }