Shades of Iris Blue #0EAEE0
Tints of Iris Blue #0EAEE0
RGB
CMYK
RGB Variations
Color information
#0EAEE0 (or 0x0EAEE0) is known color: Iris Blue. HEX triplet: 0E, AE and E0. RGB value is (14,174,224). Sum of RGB (Red+Green+Blue) = 14+174+224=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #0EAEE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAEE0 is #F1511F. Grayscale: #838383. Windows color (decimal): -15814944 or 14724622. OLE color: 14724622.
HSL color Cylindrical-coordinate representation of color #0EAEE0: hue angle of 194.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAEE0 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 174 | 224 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.12 |
| HSL | 194.29º | 0.88% | 0.47% | - |
| HSV(B) | 194.29º | 0.94% | 0.88% | - |
| XYZ | 28.77 | 35.75 | 75.9 | - |
| YUV | 131.86 | 179.99 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 224 | 0.94 | 0.22 | 0 | 0.12 | 194.29 | 0.88 | 0.47 |
| Hex | E | AE | E0 | 5E | 16 | 0 | C | C2 | 58 | 2F |
| Octal | 16 | 256 | 340 | 136 | 26 | 0 | 14 | 302 | 130 | 57 |
| Binary | 1110 | 10101110 | 11100000 | 1011110 | 10110 | 0 | 1100 | 11000010 | 1011000 | 101111 |
Color Harmonies of #0EAEE0
Complementary color
Monochromatic Colors of #0EAEE0
Black with #0EAEE0
Text Example
Text Example
White with #0EAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEE0; }
p { color: rgb(14,174,224); }
H1.HeaderClassName
{
color: #0EAEE0;
}
.AnyTagClassName
{
color: #0EAEE0;
}
</style>
background-color css
<style>
a { background-color: #0EAEE0; }
a { background-color: rgb(14,174,224); }
div.DivClassName
{
background-color: #0EAEE0;
}
.BgClassName
{
background-color: #0EAEE0;
}
</style>
border-color css
<style>
span { border-color: #0EAEE0; }
span { border-color: rgb(14,174,224); }
td.TdClassName
{
border-color: #0EAEE0;
}
.TagClassName
{
border-color: #0EAEE0;
}
</style>