Shades of Iris Blue #0EAACE
Tints of Iris Blue #0EAACE
RGB
CMYK
RGB Variations
Color information
#0EAACE (or 0x0EAACE) is known color: Iris Blue. HEX triplet: 0E, AA and CE. RGB value is (14,170,206). Sum of RGB (Red+Green+Blue) = 14+170+206=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #0EAACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAACE is #F15531. Grayscale: #7F7F7F. Windows color (decimal): -15815986 or 13543950. OLE color: 13543950.
HSL color Cylindrical-coordinate representation of color #0EAACE: hue angle of 191.25º 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 #0EAACE is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 170 | 206 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.19 |
| HSL | 191.25º | 0.87% | 0.43% | - |
| HSV(B) | 191.25º | 0.93% | 0.81% | - |
| XYZ | 25.7 | 33.3 | 63.47 | - |
| YUV | 127.46 | 172.32 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 206 | 0.93 | 0.17 | 0 | 0.19 | 191.25 | 0.87 | 0.43 |
| Hex | E | AA | CE | 5D | 11 | 0 | 13 | BF | 57 | 2B |
| Octal | 16 | 252 | 316 | 135 | 21 | 0 | 23 | 277 | 127 | 53 |
| Binary | 1110 | 10101010 | 11001110 | 1011101 | 10001 | 0 | 10011 | 10111111 | 1010111 | 101011 |
Color Harmonies of #0EAACE
Complementary color
Monochromatic Colors of #0EAACE
Black with #0EAACE
Text Example
Text Example
White with #0EAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAACE; }
p { color: rgb(14,170,206); }
H1.HeaderClassName
{
color: #0EAACE;
}
.AnyTagClassName
{
color: #0EAACE;
}
</style>
background-color css
<style>
a { background-color: #0EAACE; }
a { background-color: rgb(14,170,206); }
div.DivClassName
{
background-color: #0EAACE;
}
.BgClassName
{
background-color: #0EAACE;
}
</style>
border-color css
<style>
span { border-color: #0EAACE; }
span { border-color: rgb(14,170,206); }
td.TdClassName
{
border-color: #0EAACE;
}
.TagClassName
{
border-color: #0EAACE;
}
</style>