Shades of Iris Blue #0CB2CF
Tints of Iris Blue #0CB2CF
RGB
CMYK
RGB Variations
Color information
#0CB2CF (or 0x0CB2CF) is known color: Iris Blue. HEX triplet: 0C, B2 and CF. RGB value is (12,178,207). Sum of RGB (Red+Green+Blue) = 12+178+207=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CB2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2CF is #F34D30. Grayscale: #838383. Windows color (decimal): -15945009 or 13611532. OLE color: 13611532.
HSL color Cylindrical-coordinate representation of color #0CB2CF: hue angle of 188.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB2CF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 178 | 207 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.19 |
| HSL | 188.92º | 0.89% | 0.43% | - |
| HSV(B) | 188.92º | 0.94% | 0.81% | - |
| XYZ | 27.33 | 36.42 | 64.62 | - |
| YUV | 131.67 | 170.5 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 178 | 207 | 0.94 | 0.14 | 0 | 0.19 | 188.92 | 0.89 | 0.43 |
| Hex | C | B2 | CF | 5E | E | 0 | 13 | BD | 59 | 2B |
| Octal | 14 | 262 | 317 | 136 | 16 | 0 | 23 | 275 | 131 | 53 |
| Binary | 1100 | 10110010 | 11001111 | 1011110 | 1110 | 0 | 10011 | 10111101 | 1011001 | 101011 |
Color Harmonies of #0CB2CF
Complementary color
Monochromatic Colors of #0CB2CF
Black with #0CB2CF
Text Example
Text Example
White with #0CB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB2CF; }
p { color: rgb(12,178,207); }
H1.HeaderClassName
{
color: #0CB2CF;
}
.AnyTagClassName
{
color: #0CB2CF;
}
</style>
background-color css
<style>
a { background-color: #0CB2CF; }
a { background-color: rgb(12,178,207); }
div.DivClassName
{
background-color: #0CB2CF;
}
.BgClassName
{
background-color: #0CB2CF;
}
</style>
border-color css
<style>
span { border-color: #0CB2CF; }
span { border-color: rgb(12,178,207); }
td.TdClassName
{
border-color: #0CB2CF;
}
.TagClassName
{
border-color: #0CB2CF;
}
</style>