Shades of Iris Blue #0EAEDA
Tints of Iris Blue #0EAEDA
RGB
CMYK
RGB Variations
Color information
#0EAEDA (or 0x0EAEDA) is known color: Iris Blue. HEX triplet: 0E, AE and DA. RGB value is (14,174,218). Sum of RGB (Red+Green+Blue) = 14+174+218=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EAEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAEDA is #F15125. Grayscale: #828282. Windows color (decimal): -15814950 or 14331406. OLE color: 14331406.
HSL color Cylindrical-coordinate representation of color #0EAEDA: hue angle of 192.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAEDA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 174 | 218 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.15 |
| HSL | 192.94º | 0.88% | 0.45% | - |
| HSV(B) | 192.94º | 0.94% | 0.85% | - |
| XYZ | 27.97 | 35.43 | 71.69 | - |
| YUV | 131.18 | 176.99 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 218 | 0.94 | 0.20 | 0 | 0.15 | 192.94 | 0.88 | 0.45 |
| Hex | E | AE | DA | 5E | 14 | 0 | F | C1 | 58 | 2D |
| Octal | 16 | 256 | 332 | 136 | 24 | 0 | 17 | 301 | 130 | 55 |
| Binary | 1110 | 10101110 | 11011010 | 1011110 | 10100 | 0 | 1111 | 11000001 | 1011000 | 101101 |
Color Harmonies of #0EAEDA
Complementary color
Monochromatic Colors of #0EAEDA
Black with #0EAEDA
Text Example
Text Example
White with #0EAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEDA; }
p { color: rgb(14,174,218); }
H1.HeaderClassName
{
color: #0EAEDA;
}
.AnyTagClassName
{
color: #0EAEDA;
}
</style>
background-color css
<style>
a { background-color: #0EAEDA; }
a { background-color: rgb(14,174,218); }
div.DivClassName
{
background-color: #0EAEDA;
}
.BgClassName
{
background-color: #0EAEDA;
}
</style>
border-color css
<style>
span { border-color: #0EAEDA; }
span { border-color: rgb(14,174,218); }
td.TdClassName
{
border-color: #0EAEDA;
}
.TagClassName
{
border-color: #0EAEDA;
}
</style>