Shades of Iris Blue #0CAFCC
Tints of Iris Blue #0CAFCC
RGB
CMYK
RGB Variations
Color information
#0CAFCC (or 0x0CAFCC) is known color: Iris Blue. HEX triplet: 0C, AF and CC. RGB value is (12,175,204). Sum of RGB (Red+Green+Blue) = 12+175+204=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CAFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFCC is #F35033. Grayscale: #818181. Windows color (decimal): -15945780 or 13414156. OLE color: 13414156.
HSL color Cylindrical-coordinate representation of color #0CAFCC: hue angle of 189.06º 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 #0CAFCC is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 175 | 204 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.2 |
| HSL | 189.06º | 0.89% | 0.42% | - |
| HSV(B) | 189.06º | 0.94% | 0.8% | - |
| XYZ | 26.38 | 35.1 | 62.51 | - |
| YUV | 129.57 | 170 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 204 | 0.94 | 0.14 | 0 | 0.2 | 189.06 | 0.89 | 0.42 |
| Hex | C | AF | CC | 5E | E | 0 | 14 | BD | 59 | 2A |
| Octal | 14 | 257 | 314 | 136 | 16 | 0 | 24 | 275 | 131 | 52 |
| Binary | 1100 | 10101111 | 11001100 | 1011110 | 1110 | 0 | 10100 | 10111101 | 1011001 | 101010 |
Color Harmonies of #0CAFCC
Complementary color
Monochromatic Colors of #0CAFCC
Black with #0CAFCC
Text Example
Text Example
White with #0CAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFCC; }
p { color: rgb(12,175,204); }
H1.HeaderClassName
{
color: #0CAFCC;
}
.AnyTagClassName
{
color: #0CAFCC;
}
</style>
background-color css
<style>
a { background-color: #0CAFCC; }
a { background-color: rgb(12,175,204); }
div.DivClassName
{
background-color: #0CAFCC;
}
.BgClassName
{
background-color: #0CAFCC;
}
</style>
border-color css
<style>
span { border-color: #0CAFCC; }
span { border-color: rgb(12,175,204); }
td.TdClassName
{
border-color: #0CAFCC;
}
.TagClassName
{
border-color: #0CAFCC;
}
</style>