Shades of Iris Blue #0EAAB6
Tints of Iris Blue #0EAAB6
RGB
CMYK
RGB Variations
Color information
#0EAAB6 (or 0x0EAAB6) is known color: Iris Blue. HEX triplet: 0E, AA and B6. RGB value is (14,170,182). Sum of RGB (Red+Green+Blue) = 14+170+182=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #0EAAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAAB6 is #F15549. Grayscale: #7C7C7C. Windows color (decimal): -15816010 or 11971086. OLE color: 11971086.
HSL color Cylindrical-coordinate representation of color #0EAAB6: hue angle of 184.29º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAAB6 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 170 | 182 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.29 |
| HSL | 184.29º | 0.86% | 0.38% | - |
| HSV(B) | 184.29º | 0.92% | 0.71% | - |
| XYZ | 23 | 32.22 | 49.26 | - |
| YUV | 124.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 182 | 0.92 | 0.07 | 0 | 0.29 | 184.29 | 0.86 | 0.38 |
| Hex | E | AA | B6 | 5C | 7 | 0 | 1D | B8 | 56 | 26 |
| Octal | 16 | 252 | 266 | 134 | 7 | 0 | 35 | 270 | 126 | 46 |
| Binary | 1110 | 10101010 | 10110110 | 1011100 | 111 | 0 | 11101 | 10111000 | 1010110 | 100110 |
Color Harmonies of #0EAAB6
Complementary color
Monochromatic Colors of #0EAAB6
Black with #0EAAB6
Text Example
Text Example
White with #0EAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAB6; }
p { color: rgb(14,170,182); }
H1.HeaderClassName
{
color: #0EAAB6;
}
.AnyTagClassName
{
color: #0EAAB6;
}
</style>
background-color css
<style>
a { background-color: #0EAAB6; }
a { background-color: rgb(14,170,182); }
div.DivClassName
{
background-color: #0EAAB6;
}
.BgClassName
{
background-color: #0EAAB6;
}
</style>
border-color css
<style>
span { border-color: #0EAAB6; }
span { border-color: rgb(14,170,182); }
td.TdClassName
{
border-color: #0EAAB6;
}
.TagClassName
{
border-color: #0EAAB6;
}
</style>