Shades of Iris Blue #0EABDB
Tints of Iris Blue #0EABDB
RGB
CMYK
RGB Variations
Color information
#0EABDB (or 0x0EABDB) is known color: Iris Blue. HEX triplet: 0E, AB and DB. RGB value is (14,171,219). Sum of RGB (Red+Green+Blue) = 14+171+219=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABDB is #F15424. Grayscale: #818181. Windows color (decimal): -15815717 or 14396174. OLE color: 14396174.
HSL color Cylindrical-coordinate representation of color #0EABDB: hue angle of 194.05º 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 #0EABDB is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 171 | 219 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.14 |
| HSL | 194.05º | 0.88% | 0.46% | - |
| HSV(B) | 194.05º | 0.94% | 0.86% | - |
| XYZ | 27.53 | 34.33 | 72.19 | - |
| YUV | 129.53 | 178.49 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 219 | 0.94 | 0.22 | 0 | 0.14 | 194.05 | 0.88 | 0.46 |
| Hex | E | AB | DB | 5E | 16 | 0 | E | C2 | 58 | 2E |
| Octal | 16 | 253 | 333 | 136 | 26 | 0 | 16 | 302 | 130 | 56 |
| Binary | 1110 | 10101011 | 11011011 | 1011110 | 10110 | 0 | 1110 | 11000010 | 1011000 | 101110 |
Color Harmonies of #0EABDB
Complementary color
Monochromatic Colors of #0EABDB
Black with #0EABDB
Text Example
Text Example
White with #0EABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EABDB; }
p { color: rgb(14,171,219); }
H1.HeaderClassName
{
color: #0EABDB;
}
.AnyTagClassName
{
color: #0EABDB;
}
</style>
background-color css
<style>
a { background-color: #0EABDB; }
a { background-color: rgb(14,171,219); }
div.DivClassName
{
background-color: #0EABDB;
}
.BgClassName
{
background-color: #0EABDB;
}
</style>
border-color css
<style>
span { border-color: #0EABDB; }
span { border-color: rgb(14,171,219); }
td.TdClassName
{
border-color: #0EABDB;
}
.TagClassName
{
border-color: #0EABDB;
}
</style>