Shades of Iris Blue #0CAEC0
Tints of Iris Blue #0CAEC0
RGB
CMYK
RGB Variations
Color information
#0CAEC0 (or 0x0CAEC0) is known color: Iris Blue. HEX triplet: 0C, AE and C0. RGB value is (12,174,192). Sum of RGB (Red+Green+Blue) = 12+174+192=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CAEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAEC0 is #F3513F. Grayscale: #7F7F7F. Windows color (decimal): -15946048 or 12627468. OLE color: 12627468.
HSL color Cylindrical-coordinate representation of color #0CAEC0: hue angle of 186º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAEC0 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 174 | 192 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.25 |
| HSL | 186º | 0.88% | 0.4% | - |
| HSV(B) | 186º | 0.94% | 0.75% | - |
| XYZ | 24.8 | 34.16 | 55.15 | - |
| YUV | 127.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 192 | 0.94 | 0.09 | 0 | 0.25 | 186 | 0.88 | 0.4 |
| Hex | C | AE | C0 | 5E | 9 | 0 | 19 | BA | 58 | 28 |
| Octal | 14 | 256 | 300 | 136 | 11 | 0 | 31 | 272 | 130 | 50 |
| Binary | 1100 | 10101110 | 11000000 | 1011110 | 1001 | 0 | 11001 | 10111010 | 1011000 | 101000 |
Color Harmonies of #0CAEC0
Complementary color
Monochromatic Colors of #0CAEC0
Black with #0CAEC0
Text Example
Text Example
White with #0CAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEC0; }
p { color: rgb(12,174,192); }
H1.HeaderClassName
{
color: #0CAEC0;
}
.AnyTagClassName
{
color: #0CAEC0;
}
</style>
background-color css
<style>
a { background-color: #0CAEC0; }
a { background-color: rgb(12,174,192); }
div.DivClassName
{
background-color: #0CAEC0;
}
.BgClassName
{
background-color: #0CAEC0;
}
</style>
border-color css
<style>
span { border-color: #0CAEC0; }
span { border-color: rgb(12,174,192); }
td.TdClassName
{
border-color: #0CAEC0;
}
.TagClassName
{
border-color: #0CAEC0;
}
</style>