Shades of Iris Blue #0EA8D6
Tints of Iris Blue #0EA8D6
RGB
CMYK
RGB Variations
Color information
#0EA8D6 (or 0x0EA8D6) is known color: Iris Blue. HEX triplet: 0E, A8 and D6. RGB value is (14,168,214). Sum of RGB (Red+Green+Blue) = 14+168+214=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #0EA8D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA8D6 is #F15729. Grayscale: #7E7E7E. Windows color (decimal): -15816490 or 14067726. OLE color: 14067726.
HSL color Cylindrical-coordinate representation of color #0EA8D6: hue angle of 193.8º 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 #0EA8D6 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 168 | 214 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.16 |
| HSL | 193.8º | 0.88% | 0.45% | - |
| HSV(B) | 193.8º | 0.93% | 0.84% | - |
| XYZ | 26.32 | 32.95 | 68.59 | - |
| YUV | 127.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 214 | 0.93 | 0.21 | 0 | 0.16 | 193.8 | 0.88 | 0.45 |
| Hex | E | A8 | D6 | 5D | 15 | 0 | 10 | C2 | 58 | 2D |
| Octal | 16 | 250 | 326 | 135 | 25 | 0 | 20 | 302 | 130 | 55 |
| Binary | 1110 | 10101000 | 11010110 | 1011101 | 10101 | 0 | 10000 | 11000010 | 1011000 | 101101 |
Color Harmonies of #0EA8D6
Complementary color
Monochromatic Colors of #0EA8D6
Black with #0EA8D6
Text Example
Text Example
White with #0EA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA8D6; }
p { color: rgb(14,168,214); }
H1.HeaderClassName
{
color: #0EA8D6;
}
.AnyTagClassName
{
color: #0EA8D6;
}
</style>
background-color css
<style>
a { background-color: #0EA8D6; }
a { background-color: rgb(14,168,214); }
div.DivClassName
{
background-color: #0EA8D6;
}
.BgClassName
{
background-color: #0EA8D6;
}
</style>
border-color css
<style>
span { border-color: #0EA8D6; }
span { border-color: rgb(14,168,214); }
td.TdClassName
{
border-color: #0EA8D6;
}
.TagClassName
{
border-color: #0EA8D6;
}
</style>