Shades of Iris Blue #0CAADC
Tints of Iris Blue #0CAADC
RGB
CMYK
RGB Variations
Color information
#0CAADC (or 0x0CAADC) is known color: Iris Blue. HEX triplet: 0C, AA and DC. RGB value is (12,170,220). Sum of RGB (Red+Green+Blue) = 12+170+220=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CAADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAADC is #F35523. Grayscale: #808080. Windows color (decimal): -15947044 or 14461452. OLE color: 14461452.
HSL color Cylindrical-coordinate representation of color #0CAADC: hue angle of 194.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAADC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 170 | 220 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.14 |
| HSL | 194.42º | 0.9% | 0.45% | - |
| HSV(B) | 194.42º | 0.95% | 0.86% | - |
| XYZ | 27.44 | 33.99 | 72.83 | - |
| YUV | 128.46 | 179.65 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 220 | 0.95 | 0.23 | 0 | 0.14 | 194.42 | 0.9 | 0.45 |
| Hex | C | AA | DC | 5F | 17 | 0 | E | C2 | 5A | 2D |
| Octal | 14 | 252 | 334 | 137 | 27 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1100 | 10101010 | 11011100 | 1011111 | 10111 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0CAADC
Complementary color
Monochromatic Colors of #0CAADC
Black with #0CAADC
Text Example
Text Example
White with #0CAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAADC; }
p { color: rgb(12,170,220); }
H1.HeaderClassName
{
color: #0CAADC;
}
.AnyTagClassName
{
color: #0CAADC;
}
</style>
background-color css
<style>
a { background-color: #0CAADC; }
a { background-color: rgb(12,170,220); }
div.DivClassName
{
background-color: #0CAADC;
}
.BgClassName
{
background-color: #0CAADC;
}
</style>
border-color css
<style>
span { border-color: #0CAADC; }
span { border-color: rgb(12,170,220); }
td.TdClassName
{
border-color: #0CAADC;
}
.TagClassName
{
border-color: #0CAADC;
}
</style>