Shades of Iris Blue #0EA7D6
Tints of Iris Blue #0EA7D6
RGB
CMYK
RGB Variations
Color information
#0EA7D6 (or 0x0EA7D6) is known color: Iris Blue. HEX triplet: 0E, A7 and D6. RGB value is (14,167,214). Sum of RGB (Red+Green+Blue) = 14+167+214=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #0EA7D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA7D6 is #F15829. Grayscale: #7E7E7E. Windows color (decimal): -15816746 or 14067470. OLE color: 14067470.
HSL color Cylindrical-coordinate representation of color #0EA7D6: hue angle of 194.1º 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 #0EA7D6 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 167 | 214 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.16 |
| HSL | 194.1º | 0.88% | 0.45% | - |
| HSV(B) | 194.1º | 0.93% | 0.84% | - |
| XYZ | 26.14 | 32.59 | 68.53 | - |
| YUV | 126.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 214 | 0.93 | 0.22 | 0 | 0.16 | 194.1 | 0.88 | 0.45 |
| Hex | E | A7 | D6 | 5D | 16 | 0 | 10 | C2 | 58 | 2D |
| Octal | 16 | 247 | 326 | 135 | 26 | 0 | 20 | 302 | 130 | 55 |
| Binary | 1110 | 10100111 | 11010110 | 1011101 | 10110 | 0 | 10000 | 11000010 | 1011000 | 101101 |
Color Harmonies of #0EA7D6
Complementary color
Monochromatic Colors of #0EA7D6
Black with #0EA7D6
Text Example
Text Example
White with #0EA7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA7D6; }
p { color: rgb(14,167,214); }
H1.HeaderClassName
{
color: #0EA7D6;
}
.AnyTagClassName
{
color: #0EA7D6;
}
</style>
background-color css
<style>
a { background-color: #0EA7D6; }
a { background-color: rgb(14,167,214); }
div.DivClassName
{
background-color: #0EA7D6;
}
.BgClassName
{
background-color: #0EA7D6;
}
</style>
border-color css
<style>
span { border-color: #0EA7D6; }
span { border-color: rgb(14,167,214); }
td.TdClassName
{
border-color: #0EA7D6;
}
.TagClassName
{
border-color: #0EA7D6;
}
</style>