Shades of Iris Blue #0CAECC
Tints of Iris Blue #0CAECC
RGB
CMYK
RGB Variations
Color information
#0CAECC (or 0x0CAECC) is known color: Iris Blue. HEX triplet: 0C, AE and CC. RGB value is (12,174,204). Sum of RGB (Red+Green+Blue) = 12+174+204=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CAECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAECC is #F35133. Grayscale: #808080. Windows color (decimal): -15946036 or 13413900. OLE color: 13413900.
HSL color Cylindrical-coordinate representation of color #0CAECC: hue angle of 189.38º 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 #0CAECC is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 174 | 204 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.2 |
| HSL | 189.38º | 0.89% | 0.42% | - |
| HSV(B) | 189.38º | 0.94% | 0.8% | - |
| XYZ | 26.19 | 34.71 | 62.45 | - |
| YUV | 128.98 | 170.33 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 204 | 0.94 | 0.15 | 0 | 0.2 | 189.38 | 0.89 | 0.42 |
| Hex | C | AE | CC | 5E | F | 0 | 14 | BD | 59 | 2A |
| Octal | 14 | 256 | 314 | 136 | 17 | 0 | 24 | 275 | 131 | 52 |
| Binary | 1100 | 10101110 | 11001100 | 1011110 | 1111 | 0 | 10100 | 10111101 | 1011001 | 101010 |
Color Harmonies of #0CAECC
Complementary color
Monochromatic Colors of #0CAECC
Black with #0CAECC
Text Example
Text Example
White with #0CAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAECC; }
p { color: rgb(12,174,204); }
H1.HeaderClassName
{
color: #0CAECC;
}
.AnyTagClassName
{
color: #0CAECC;
}
</style>
background-color css
<style>
a { background-color: #0CAECC; }
a { background-color: rgb(12,174,204); }
div.DivClassName
{
background-color: #0CAECC;
}
.BgClassName
{
background-color: #0CAECC;
}
</style>
border-color css
<style>
span { border-color: #0CAECC; }
span { border-color: rgb(12,174,204); }
td.TdClassName
{
border-color: #0CAECC;
}
.TagClassName
{
border-color: #0CAECC;
}
</style>