Shades of Iris Blue #0CAACC
Tints of Iris Blue #0CAACC
RGB
CMYK
RGB Variations
Color information
#0CAACC (or 0x0CAACC) is known color: Iris Blue. HEX triplet: 0C, AA and CC. RGB value is (12,170,204). Sum of RGB (Red+Green+Blue) = 12+170+204=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CAACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAACC is #F35533. Grayscale: #7E7E7E. Windows color (decimal): -15947060 or 13412876. OLE color: 13412876.
HSL color Cylindrical-coordinate representation of color #0CAACC: hue angle of 190.62º 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 #0CAACC is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 170 | 204 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.2 |
| HSL | 190.63º | 0.89% | 0.42% | - |
| HSV(B) | 190.63º | 0.94% | 0.8% | - |
| XYZ | 25.43 | 33.19 | 62.19 | - |
| YUV | 126.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 204 | 0.94 | 0.17 | 0 | 0.2 | 190.63 | 0.89 | 0.42 |
| Hex | C | AA | CC | 5E | 11 | 0 | 14 | BF | 59 | 2A |
| Octal | 14 | 252 | 314 | 136 | 21 | 0 | 24 | 277 | 131 | 52 |
| Binary | 1100 | 10101010 | 11001100 | 1011110 | 10001 | 0 | 10100 | 10111111 | 1011001 | 101010 |
Color Harmonies of #0CAACC
Complementary color
Monochromatic Colors of #0CAACC
Black with #0CAACC
Text Example
Text Example
White with #0CAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAACC; }
p { color: rgb(12,170,204); }
H1.HeaderClassName
{
color: #0CAACC;
}
.AnyTagClassName
{
color: #0CAACC;
}
</style>
background-color css
<style>
a { background-color: #0CAACC; }
a { background-color: rgb(12,170,204); }
div.DivClassName
{
background-color: #0CAACC;
}
.BgClassName
{
background-color: #0CAACC;
}
</style>
border-color css
<style>
span { border-color: #0CAACC; }
span { border-color: rgb(12,170,204); }
td.TdClassName
{
border-color: #0CAACC;
}
.TagClassName
{
border-color: #0CAACC;
}
</style>