Shades of Iris Blue #0EABDC
Tints of Iris Blue #0EABDC
RGB
CMYK
RGB Variations
Color information
#0EABDC (or 0x0EABDC) is known color: Iris Blue. HEX triplet: 0E, AB and DC. RGB value is (14,171,220). Sum of RGB (Red+Green+Blue) = 14+171+220=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABDC is #F15423. Grayscale: #818181. Windows color (decimal): -15815716 or 14461710. OLE color: 14461710.
HSL color Cylindrical-coordinate representation of color #0EABDC: hue angle of 194.27º 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 #0EABDC is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 171 | 220 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.14 |
| HSL | 194.27º | 0.88% | 0.46% | - |
| HSV(B) | 194.27º | 0.94% | 0.86% | - |
| XYZ | 27.66 | 34.39 | 72.89 | - |
| YUV | 129.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 220 | 0.94 | 0.22 | 0 | 0.14 | 194.27 | 0.88 | 0.46 |
| Hex | E | AB | DC | 5E | 16 | 0 | E | C2 | 58 | 2E |
| Octal | 16 | 253 | 334 | 136 | 26 | 0 | 16 | 302 | 130 | 56 |
| Binary | 1110 | 10101011 | 11011100 | 1011110 | 10110 | 0 | 1110 | 11000010 | 1011000 | 101110 |
Color Harmonies of #0EABDC
Complementary color
Monochromatic Colors of #0EABDC
Black with #0EABDC
Text Example
Text Example
White with #0EABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EABDC; }
p { color: rgb(14,171,220); }
H1.HeaderClassName
{
color: #0EABDC;
}
.AnyTagClassName
{
color: #0EABDC;
}
</style>
background-color css
<style>
a { background-color: #0EABDC; }
a { background-color: rgb(14,171,220); }
div.DivClassName
{
background-color: #0EABDC;
}
.BgClassName
{
background-color: #0EABDC;
}
</style>
border-color css
<style>
span { border-color: #0EABDC; }
span { border-color: rgb(14,171,220); }
td.TdClassName
{
border-color: #0EABDC;
}
.TagClassName
{
border-color: #0EABDC;
}
</style>