Shades of Iris Blue #0CA8DB
Tints of Iris Blue #0CA8DB
RGB
CMYK
RGB Variations
Color information
#0CA8DB (or 0x0CA8DB) is known color: Iris Blue. HEX triplet: 0C, A8 and DB. RGB value is (12,168,219). Sum of RGB (Red+Green+Blue) = 12+168+219=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CA8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA8DB is #F35724. Grayscale: #7E7E7E. Windows color (decimal): -15947557 or 14395404. OLE color: 14395404.
HSL color Cylindrical-coordinate representation of color #0CA8DB: hue angle of 194.78º 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 #0CA8DB is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 168 | 219 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.14 |
| HSL | 194.78º | 0.9% | 0.45% | - |
| HSV(B) | 194.78º | 0.95% | 0.86% | - |
| XYZ | 26.94 | 33.2 | 72.01 | - |
| YUV | 127.17 | 179.82 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 219 | 0.95 | 0.23 | 0 | 0.14 | 194.78 | 0.9 | 0.45 |
| Hex | C | A8 | DB | 5F | 17 | 0 | E | C3 | 5A | 2D |
| Octal | 14 | 250 | 333 | 137 | 27 | 0 | 16 | 303 | 132 | 55 |
| Binary | 1100 | 10101000 | 11011011 | 1011111 | 10111 | 0 | 1110 | 11000011 | 1011010 | 101101 |
Color Harmonies of #0CA8DB
Complementary color
Monochromatic Colors of #0CA8DB
Black with #0CA8DB
Text Example
Text Example
White with #0CA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA8DB; }
p { color: rgb(12,168,219); }
H1.HeaderClassName
{
color: #0CA8DB;
}
.AnyTagClassName
{
color: #0CA8DB;
}
</style>
background-color css
<style>
a { background-color: #0CA8DB; }
a { background-color: rgb(12,168,219); }
div.DivClassName
{
background-color: #0CA8DB;
}
.BgClassName
{
background-color: #0CA8DB;
}
</style>
border-color css
<style>
span { border-color: #0CA8DB; }
span { border-color: rgb(12,168,219); }
td.TdClassName
{
border-color: #0CA8DB;
}
.TagClassName
{
border-color: #0CA8DB;
}
</style>