Shades of Iris Blue #0CAFDB
Tints of Iris Blue #0CAFDB
RGB
CMYK
RGB Variations
Color information
#0CAFDB (or 0x0CAFDB) is known color: Iris Blue. HEX triplet: 0C, AF and DB. RGB value is (12,175,219). Sum of RGB (Red+Green+Blue) = 12+175+219=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CAFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFDB is #F35024. Grayscale: #828282. Windows color (decimal): -15945765 or 14397196. OLE color: 14397196.
HSL color Cylindrical-coordinate representation of color #0CAFDB: hue angle of 192.75º 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 #0CAFDB is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 175 | 219 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.14 |
| HSL | 192.75º | 0.9% | 0.45% | - |
| HSV(B) | 192.75º | 0.95% | 0.86% | - |
| XYZ | 28.27 | 35.85 | 72.45 | - |
| YUV | 131.28 | 177.5 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 219 | 0.95 | 0.20 | 0 | 0.14 | 192.75 | 0.9 | 0.45 |
| Hex | C | AF | DB | 5F | 14 | 0 | E | C1 | 5A | 2D |
| Octal | 14 | 257 | 333 | 137 | 24 | 0 | 16 | 301 | 132 | 55 |
| Binary | 1100 | 10101111 | 11011011 | 1011111 | 10100 | 0 | 1110 | 11000001 | 1011010 | 101101 |
Color Harmonies of #0CAFDB
Complementary color
Monochromatic Colors of #0CAFDB
Black with #0CAFDB
Text Example
Text Example
White with #0CAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFDB; }
p { color: rgb(12,175,219); }
H1.HeaderClassName
{
color: #0CAFDB;
}
.AnyTagClassName
{
color: #0CAFDB;
}
</style>
background-color css
<style>
a { background-color: #0CAFDB; }
a { background-color: rgb(12,175,219); }
div.DivClassName
{
background-color: #0CAFDB;
}
.BgClassName
{
background-color: #0CAFDB;
}
</style>
border-color css
<style>
span { border-color: #0CAFDB; }
span { border-color: rgb(12,175,219); }
td.TdClassName
{
border-color: #0CAFDB;
}
.TagClassName
{
border-color: #0CAFDB;
}
</style>