Shades of Iris Blue #0EAED6
Tints of Iris Blue #0EAED6
RGB
CMYK
RGB Variations
Color information
#0EAED6 (or 0x0EAED6) is known color: Iris Blue. HEX triplet: 0E, AE and D6. RGB value is (14,174,214). Sum of RGB (Red+Green+Blue) = 14+174+214=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #0EAED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAED6 is #F15129. Grayscale: #828282. Windows color (decimal): -15814954 or 14069262. OLE color: 14069262.
HSL color Cylindrical-coordinate representation of color #0EAED6: hue angle of 192º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAED6 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 174 | 214 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.16 |
| HSL | 192º | 0.88% | 0.45% | - |
| HSV(B) | 192º | 0.93% | 0.84% | - |
| XYZ | 27.45 | 35.22 | 68.97 | - |
| YUV | 130.72 | 174.99 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 214 | 0.93 | 0.19 | 0 | 0.16 | 192 | 0.88 | 0.45 |
| Hex | E | AE | D6 | 5D | 13 | 0 | 10 | C0 | 58 | 2D |
| Octal | 16 | 256 | 326 | 135 | 23 | 0 | 20 | 300 | 130 | 55 |
| Binary | 1110 | 10101110 | 11010110 | 1011101 | 10011 | 0 | 10000 | 11000000 | 1011000 | 101101 |
Color Harmonies of #0EAED6
Complementary color
Monochromatic Colors of #0EAED6
Black with #0EAED6
Text Example
Text Example
White with #0EAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAED6; }
p { color: rgb(14,174,214); }
H1.HeaderClassName
{
color: #0EAED6;
}
.AnyTagClassName
{
color: #0EAED6;
}
</style>
background-color css
<style>
a { background-color: #0EAED6; }
a { background-color: rgb(14,174,214); }
div.DivClassName
{
background-color: #0EAED6;
}
.BgClassName
{
background-color: #0EAED6;
}
</style>
border-color css
<style>
span { border-color: #0EAED6; }
span { border-color: rgb(14,174,214); }
td.TdClassName
{
border-color: #0EAED6;
}
.TagClassName
{
border-color: #0EAED6;
}
</style>