Shades of Iris Blue #0EA8CF
Tints of Iris Blue #0EA8CF
RGB
CMYK
RGB Variations
Color information
#0EA8CF (or 0x0EA8CF) is known color: Iris Blue. HEX triplet: 0E, A8 and CF. RGB value is (14,168,207). Sum of RGB (Red+Green+Blue) = 14+168+207=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EA8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA8CF is #F15730. Grayscale: #7E7E7E. Windows color (decimal): -15816497 or 13608974. OLE color: 13608974.
HSL color Cylindrical-coordinate representation of color #0EA8CF: hue angle of 192.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA8CF is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 168 | 207 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.19 |
| HSL | 192.12º | 0.87% | 0.43% | - |
| HSV(B) | 192.12º | 0.93% | 0.81% | - |
| XYZ | 25.45 | 32.6 | 63.98 | - |
| YUV | 126.4 | 173.48 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 207 | 0.93 | 0.19 | 0 | 0.19 | 192.12 | 0.87 | 0.43 |
| Hex | E | A8 | CF | 5D | 13 | 0 | 13 | C0 | 57 | 2B |
| Octal | 16 | 250 | 317 | 135 | 23 | 0 | 23 | 300 | 127 | 53 |
| Binary | 1110 | 10101000 | 11001111 | 1011101 | 10011 | 0 | 10011 | 11000000 | 1010111 | 101011 |
Color Harmonies of #0EA8CF
Complementary color
Monochromatic Colors of #0EA8CF
Black with #0EA8CF
Text Example
Text Example
White with #0EA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA8CF; }
p { color: rgb(14,168,207); }
H1.HeaderClassName
{
color: #0EA8CF;
}
.AnyTagClassName
{
color: #0EA8CF;
}
</style>
background-color css
<style>
a { background-color: #0EA8CF; }
a { background-color: rgb(14,168,207); }
div.DivClassName
{
background-color: #0EA8CF;
}
.BgClassName
{
background-color: #0EA8CF;
}
</style>
border-color css
<style>
span { border-color: #0EA8CF; }
span { border-color: rgb(14,168,207); }
td.TdClassName
{
border-color: #0EA8CF;
}
.TagClassName
{
border-color: #0EA8CF;
}
</style>