Shades of Iris Blue #0EACDB
Tints of Iris Blue #0EACDB
RGB
CMYK
RGB Variations
Color information
#0EACDB (or 0x0EACDB) is known color: Iris Blue. HEX triplet: 0E, AC and DB. RGB value is (14,172,219). Sum of RGB (Red+Green+Blue) = 14+172+219=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACDB is #F15324. Grayscale: #818181. Windows color (decimal): -15815461 or 14396430. OLE color: 14396430.
HSL color Cylindrical-coordinate representation of color #0EACDB: hue angle of 193.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACDB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 172 | 219 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.14 |
| HSL | 193.76º | 0.88% | 0.46% | - |
| HSV(B) | 193.76º | 0.94% | 0.86% | - |
| XYZ | 27.72 | 34.71 | 72.26 | - |
| YUV | 130.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 219 | 0.94 | 0.21 | 0 | 0.14 | 193.76 | 0.88 | 0.46 |
| Hex | E | AC | DB | 5E | 15 | 0 | E | C2 | 58 | 2E |
| Octal | 16 | 254 | 333 | 136 | 25 | 0 | 16 | 302 | 130 | 56 |
| Binary | 1110 | 10101100 | 11011011 | 1011110 | 10101 | 0 | 1110 | 11000010 | 1011000 | 101110 |
Color Harmonies of #0EACDB
Complementary color
Monochromatic Colors of #0EACDB
Black with #0EACDB
Text Example
Text Example
White with #0EACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACDB; }
p { color: rgb(14,172,219); }
H1.HeaderClassName
{
color: #0EACDB;
}
.AnyTagClassName
{
color: #0EACDB;
}
</style>
background-color css
<style>
a { background-color: #0EACDB; }
a { background-color: rgb(14,172,219); }
div.DivClassName
{
background-color: #0EACDB;
}
.BgClassName
{
background-color: #0EACDB;
}
</style>
border-color css
<style>
span { border-color: #0EACDB; }
span { border-color: rgb(14,172,219); }
td.TdClassName
{
border-color: #0EACDB;
}
.TagClassName
{
border-color: #0EACDB;
}
</style>