Shades of Iris Blue #0CAECF
Tints of Iris Blue #0CAECF
RGB
CMYK
RGB Variations
Color information
#0CAECF (or 0x0CAECF) is known color: Iris Blue. HEX triplet: 0C, AE and CF. RGB value is (12,174,207). Sum of RGB (Red+Green+Blue) = 12+174+207=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CAECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAECF is #F35130. Grayscale: #818181. Windows color (decimal): -15946033 or 13610508. OLE color: 13610508.
HSL color Cylindrical-coordinate representation of color #0CAECF: hue angle of 190.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAECF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 174 | 207 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.19 |
| HSL | 190.15º | 0.89% | 0.43% | - |
| HSV(B) | 190.15º | 0.94% | 0.81% | - |
| XYZ | 26.55 | 34.86 | 64.36 | - |
| YUV | 129.32 | 171.83 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 207 | 0.94 | 0.16 | 0 | 0.19 | 190.15 | 0.89 | 0.43 |
| Hex | C | AE | CF | 5E | 10 | 0 | 13 | BE | 59 | 2B |
| Octal | 14 | 256 | 317 | 136 | 20 | 0 | 23 | 276 | 131 | 53 |
| Binary | 1100 | 10101110 | 11001111 | 1011110 | 10000 | 0 | 10011 | 10111110 | 1011001 | 101011 |
Color Harmonies of #0CAECF
Complementary color
Monochromatic Colors of #0CAECF
Black with #0CAECF
Text Example
Text Example
White with #0CAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAECF; }
p { color: rgb(12,174,207); }
H1.HeaderClassName
{
color: #0CAECF;
}
.AnyTagClassName
{
color: #0CAECF;
}
</style>
background-color css
<style>
a { background-color: #0CAECF; }
a { background-color: rgb(12,174,207); }
div.DivClassName
{
background-color: #0CAECF;
}
.BgClassName
{
background-color: #0CAECF;
}
</style>
border-color css
<style>
span { border-color: #0CAECF; }
span { border-color: rgb(12,174,207); }
td.TdClassName
{
border-color: #0CAECF;
}
.TagClassName
{
border-color: #0CAECF;
}
</style>