Shades of Iris Blue #0CBFD6
Tints of Iris Blue #0CBFD6
RGB
CMYK
RGB Variations
Color information
#0CBFD6 (or 0x0CBFD6) is known color: Iris Blue. HEX triplet: 0C, BF and D6. RGB value is (12,191,214). Sum of RGB (Red+Green+Blue) = 12+191+214=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #0CBFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFD6 is #F34029. Grayscale: #8B8B8B. Windows color (decimal): -15941674 or 14073612. OLE color: 14073612.
HSL color Cylindrical-coordinate representation of color #0CBFD6: hue angle of 186.83º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFD6 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 191 | 214 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.16 |
| HSL | 186.83º | 0.89% | 0.44% | - |
| HSV(B) | 186.83º | 0.94% | 0.84% | - |
| XYZ | 30.92 | 42.19 | 70.13 | - |
| YUV | 140.1 | 169.7 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 214 | 0.94 | 0.11 | 0 | 0.16 | 186.83 | 0.89 | 0.44 |
| Hex | C | BF | D6 | 5E | B | 0 | 10 | BB | 59 | 2C |
| Octal | 14 | 277 | 326 | 136 | 13 | 0 | 20 | 273 | 131 | 54 |
| Binary | 1100 | 10111111 | 11010110 | 1011110 | 1011 | 0 | 10000 | 10111011 | 1011001 | 101100 |
Color Harmonies of #0CBFD6
Complementary color
Monochromatic Colors of #0CBFD6
Black with #0CBFD6
Text Example
Text Example
White with #0CBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFD6; }
p { color: rgb(12,191,214); }
H1.HeaderClassName
{
color: #0CBFD6;
}
.AnyTagClassName
{
color: #0CBFD6;
}
</style>
background-color css
<style>
a { background-color: #0CBFD6; }
a { background-color: rgb(12,191,214); }
div.DivClassName
{
background-color: #0CBFD6;
}
.BgClassName
{
background-color: #0CBFD6;
}
</style>
border-color css
<style>
span { border-color: #0CBFD6; }
span { border-color: rgb(12,191,214); }
td.TdClassName
{
border-color: #0CBFD6;
}
.TagClassName
{
border-color: #0CBFD6;
}
</style>