Shades of Iris Blue #0EADE0
Tints of Iris Blue #0EADE0
RGB
CMYK
RGB Variations
Color information
#0EADE0 (or 0x0EADE0) is known color: Iris Blue. HEX triplet: 0E, AD and E0. RGB value is (14,173,224). Sum of RGB (Red+Green+Blue) = 14+173+224=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #0EADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADE0 is #F1521F. Grayscale: #828282. Windows color (decimal): -15815200 or 14724366. OLE color: 14724366.
HSL color Cylindrical-coordinate representation of color #0EADE0: hue angle of 194.57º 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 #0EADE0 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 173 | 224 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.12 |
| HSL | 194.57º | 0.88% | 0.47% | - |
| HSV(B) | 194.57º | 0.94% | 0.88% | - |
| XYZ | 28.58 | 35.36 | 75.84 | - |
| YUV | 131.27 | 180.32 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 224 | 0.94 | 0.23 | 0 | 0.12 | 194.57 | 0.88 | 0.47 |
| Hex | E | AD | E0 | 5E | 17 | 0 | C | C3 | 58 | 2F |
| Octal | 16 | 255 | 340 | 136 | 27 | 0 | 14 | 303 | 130 | 57 |
| Binary | 1110 | 10101101 | 11100000 | 1011110 | 10111 | 0 | 1100 | 11000011 | 1011000 | 101111 |
Color Harmonies of #0EADE0
Complementary color
Monochromatic Colors of #0EADE0
Black with #0EADE0
Text Example
Text Example
White with #0EADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADE0; }
p { color: rgb(14,173,224); }
H1.HeaderClassName
{
color: #0EADE0;
}
.AnyTagClassName
{
color: #0EADE0;
}
</style>
background-color css
<style>
a { background-color: #0EADE0; }
a { background-color: rgb(14,173,224); }
div.DivClassName
{
background-color: #0EADE0;
}
.BgClassName
{
background-color: #0EADE0;
}
</style>
border-color css
<style>
span { border-color: #0EADE0; }
span { border-color: rgb(14,173,224); }
td.TdClassName
{
border-color: #0EADE0;
}
.TagClassName
{
border-color: #0EADE0;
}
</style>