Shades of Iris Blue #0CABDB
Tints of Iris Blue #0CABDB
RGB
CMYK
RGB Variations
Color information
#0CABDB (or 0x0CABDB) is known color: Iris Blue. HEX triplet: 0C, AB and DB. RGB value is (12,171,219). Sum of RGB (Red+Green+Blue) = 12+171+219=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABDB is #F35424. Grayscale: #808080. Windows color (decimal): -15946789 or 14396172. OLE color: 14396172.
HSL color Cylindrical-coordinate representation of color #0CABDB: hue angle of 193.91º 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 #0CABDB is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 171 | 219 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 193.91º | 0.9% | 0.45% | - |
| HSV(B) | 193.91º | 0.95% | 0.86% | - |
| XYZ | 27.5 | 34.32 | 72.19 | - |
| YUV | 128.93 | 178.82 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 219 | 0.95 | 0.22 | 0 | 0.14 | 193.91 | 0.9 | 0.45 |
| Hex | C | AB | DB | 5F | 16 | 0 | E | C2 | 5A | 2D |
| Octal | 14 | 253 | 333 | 137 | 26 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1100 | 10101011 | 11011011 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0CABDB
Complementary color
Monochromatic Colors of #0CABDB
Black with #0CABDB
Text Example
Text Example
White with #0CABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABDB; }
p { color: rgb(12,171,219); }
H1.HeaderClassName
{
color: #0CABDB;
}
.AnyTagClassName
{
color: #0CABDB;
}
</style>
background-color css
<style>
a { background-color: #0CABDB; }
a { background-color: rgb(12,171,219); }
div.DivClassName
{
background-color: #0CABDB;
}
.BgClassName
{
background-color: #0CABDB;
}
</style>
border-color css
<style>
span { border-color: #0CABDB; }
span { border-color: rgb(12,171,219); }
td.TdClassName
{
border-color: #0CABDB;
}
.TagClassName
{
border-color: #0CABDB;
}
</style>