Shades of Iris Blue #0CAFCB
Tints of Iris Blue #0CAFCB
RGB
CMYK
RGB Variations
Color information
#0CAFCB (or 0x0CAFCB) is known color: Iris Blue. HEX triplet: 0C, AF and CB. RGB value is (12,175,203). Sum of RGB (Red+Green+Blue) = 12+175+203=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CAFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFCB is #F35034. Grayscale: #818181. Windows color (decimal): -15945781 or 13348620. OLE color: 13348620.
HSL color Cylindrical-coordinate representation of color #0CAFCB: hue angle of 188.8º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAFCB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 175 | 203 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.20 |
| HSL | 188.8º | 0.89% | 0.42% | - |
| HSV(B) | 188.8º | 0.94% | 0.8% | - |
| XYZ | 26.26 | 35.05 | 61.88 | - |
| YUV | 129.46 | 169.5 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 203 | 0.94 | 0.14 | 0 | 0.20 | 188.8 | 0.89 | 0.42 |
| Hex | C | AF | CB | 5E | E | 0 | 14 | BD | 59 | 2A |
| Octal | 14 | 257 | 313 | 136 | 16 | 0 | 24 | 275 | 131 | 52 |
| Binary | 1100 | 10101111 | 11001011 | 1011110 | 1110 | 0 | 10100 | 10111101 | 1011001 | 101010 |
Color Harmonies of #0CAFCB
Complementary color
Monochromatic Colors of #0CAFCB
Black with #0CAFCB
Text Example
Text Example
White with #0CAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFCB; }
p { color: rgb(12,175,203); }
H1.HeaderClassName
{
color: #0CAFCB;
}
.AnyTagClassName
{
color: #0CAFCB;
}
</style>
background-color css
<style>
a { background-color: #0CAFCB; }
a { background-color: rgb(12,175,203); }
div.DivClassName
{
background-color: #0CAFCB;
}
.BgClassName
{
background-color: #0CAFCB;
}
</style>
border-color css
<style>
span { border-color: #0CAFCB; }
span { border-color: rgb(12,175,203); }
td.TdClassName
{
border-color: #0CAFCB;
}
.TagClassName
{
border-color: #0CAFCB;
}
</style>