Shades of Iris Blue #0EAAB7
Tints of Iris Blue #0EAAB7
RGB
CMYK
RGB Variations
Color information
#0EAAB7 (or 0x0EAAB7) is known color: Iris Blue. HEX triplet: 0E, AA and B7. RGB value is (14,170,183). Sum of RGB (Red+Green+Blue) = 14+170+183=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #0EAAB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAAB7 is #F15548. Grayscale: #7C7C7C. Windows color (decimal): -15816009 or 12036622. OLE color: 12036622.
HSL color Cylindrical-coordinate representation of color #0EAAB7: hue angle of 184.62º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAAB7 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 170 | 183 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.28 |
| HSL | 184.62º | 0.86% | 0.39% | - |
| HSV(B) | 184.62º | 0.92% | 0.72% | - |
| XYZ | 23.1 | 32.26 | 49.81 | - |
| YUV | 124.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 183 | 0.92 | 0.07 | 0 | 0.28 | 184.62 | 0.86 | 0.39 |
| Hex | E | AA | B7 | 5C | 7 | 0 | 1C | B9 | 56 | 27 |
| Octal | 16 | 252 | 267 | 134 | 7 | 0 | 34 | 271 | 126 | 47 |
| Binary | 1110 | 10101010 | 10110111 | 1011100 | 111 | 0 | 11100 | 10111001 | 1010110 | 100111 |
Color Harmonies of #0EAAB7
Complementary color
Monochromatic Colors of #0EAAB7
Black with #0EAAB7
Text Example
Text Example
White with #0EAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAB7; }
p { color: rgb(14,170,183); }
H1.HeaderClassName
{
color: #0EAAB7;
}
.AnyTagClassName
{
color: #0EAAB7;
}
</style>
background-color css
<style>
a { background-color: #0EAAB7; }
a { background-color: rgb(14,170,183); }
div.DivClassName
{
background-color: #0EAAB7;
}
.BgClassName
{
background-color: #0EAAB7;
}
</style>
border-color css
<style>
span { border-color: #0EAAB7; }
span { border-color: rgb(14,170,183); }
td.TdClassName
{
border-color: #0EAAB7;
}
.TagClassName
{
border-color: #0EAAB7;
}
</style>