Shades of Iris Blue #0EAADE
Tints of Iris Blue #0EAADE
RGB
CMYK
RGB Variations
Color information
#0EAADE (or 0x0EAADE) is known color: Iris Blue. HEX triplet: 0E, AA and DE. RGB value is (14,170,222). Sum of RGB (Red+Green+Blue) = 14+170+222=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #0EAADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAADE is #F15521. Grayscale: #808080. Windows color (decimal): -15815970 or 14592526. OLE color: 14592526.
HSL color Cylindrical-coordinate representation of color #0EAADE: hue angle of 195º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAADE is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 170 | 222 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.13 |
| HSL | 195º | 0.88% | 0.46% | - |
| HSV(B) | 195º | 0.94% | 0.87% | - |
| XYZ | 27.74 | 34.12 | 74.23 | - |
| YUV | 129.28 | 180.32 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 222 | 0.94 | 0.23 | 0 | 0.13 | 195 | 0.88 | 0.46 |
| Hex | E | AA | DE | 5E | 17 | 0 | D | C3 | 58 | 2E |
| Octal | 16 | 252 | 336 | 136 | 27 | 0 | 15 | 303 | 130 | 56 |
| Binary | 1110 | 10101010 | 11011110 | 1011110 | 10111 | 0 | 1101 | 11000011 | 1011000 | 101110 |
Color Harmonies of #0EAADE
Complementary color
Monochromatic Colors of #0EAADE
Black with #0EAADE
Text Example
Text Example
White with #0EAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAADE; }
p { color: rgb(14,170,222); }
H1.HeaderClassName
{
color: #0EAADE;
}
.AnyTagClassName
{
color: #0EAADE;
}
</style>
background-color css
<style>
a { background-color: #0EAADE; }
a { background-color: rgb(14,170,222); }
div.DivClassName
{
background-color: #0EAADE;
}
.BgClassName
{
background-color: #0EAADE;
}
</style>
border-color css
<style>
span { border-color: #0EAADE; }
span { border-color: rgb(14,170,222); }
td.TdClassName
{
border-color: #0EAADE;
}
.TagClassName
{
border-color: #0EAADE;
}
</style>