Shades of Iris Blue #0CACDB
Tints of Iris Blue #0CACDB
RGB
CMYK
RGB Variations
Color information
#0CACDB (or 0x0CACDB) is known color: Iris Blue. HEX triplet: 0C, AC and DB. RGB value is (12,172,219). Sum of RGB (Red+Green+Blue) = 12+172+219=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACDB is #F35324. Grayscale: #818181. Windows color (decimal): -15946533 or 14396428. OLE color: 14396428.
HSL color Cylindrical-coordinate representation of color #0CACDB: hue angle of 193.62º 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 #0CACDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 172 | 219 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.14 |
| HSL | 193.62º | 0.9% | 0.45% | - |
| HSV(B) | 193.62º | 0.95% | 0.86% | - |
| XYZ | 27.69 | 34.7 | 72.26 | - |
| YUV | 129.52 | 178.49 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 219 | 0.95 | 0.21 | 0 | 0.14 | 193.62 | 0.9 | 0.45 |
| Hex | C | AC | DB | 5F | 15 | 0 | E | C2 | 5A | 2D |
| Octal | 14 | 254 | 333 | 137 | 25 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1100 | 10101100 | 11011011 | 1011111 | 10101 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0CACDB
Complementary color
Monochromatic Colors of #0CACDB
Black with #0CACDB
Text Example
Text Example
White with #0CACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACDB; }
p { color: rgb(12,172,219); }
H1.HeaderClassName
{
color: #0CACDB;
}
.AnyTagClassName
{
color: #0CACDB;
}
</style>
background-color css
<style>
a { background-color: #0CACDB; }
a { background-color: rgb(12,172,219); }
div.DivClassName
{
background-color: #0CACDB;
}
.BgClassName
{
background-color: #0CACDB;
}
</style>
border-color css
<style>
span { border-color: #0CACDB; }
span { border-color: rgb(12,172,219); }
td.TdClassName
{
border-color: #0CACDB;
}
.TagClassName
{
border-color: #0CACDB;
}
</style>