Shades of Iris Blue #0EADB7
Tints of Iris Blue #0EADB7
RGB
CMYK
RGB Variations
Color information
#0EADB7 (or 0x0EADB7) is known color: Iris Blue. HEX triplet: 0E, AD and B7. RGB value is (14,173,183). Sum of RGB (Red+Green+Blue) = 14+173+183=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #0EADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADB7 is #F15248. Grayscale: #7E7E7E. Windows color (decimal): -15815241 or 12037390. OLE color: 12037390.
HSL color Cylindrical-coordinate representation of color #0EADB7: hue angle of 183.55º 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 #0EADB7 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 173 | 183 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.28 |
| HSL | 183.55º | 0.86% | 0.39% | - |
| HSV(B) | 183.55º | 0.92% | 0.72% | - |
| XYZ | 23.67 | 33.4 | 50 | - |
| YUV | 126.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 183 | 0.92 | 0.05 | 0 | 0.28 | 183.55 | 0.86 | 0.39 |
| Hex | E | AD | B7 | 5C | 5 | 0 | 1C | B8 | 56 | 27 |
| Octal | 16 | 255 | 267 | 134 | 5 | 0 | 34 | 270 | 126 | 47 |
| Binary | 1110 | 10101101 | 10110111 | 1011100 | 101 | 0 | 11100 | 10111000 | 1010110 | 100111 |
Color Harmonies of #0EADB7
Complementary color
Monochromatic Colors of #0EADB7
Black with #0EADB7
Text Example
Text Example
White with #0EADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADB7; }
p { color: rgb(14,173,183); }
H1.HeaderClassName
{
color: #0EADB7;
}
.AnyTagClassName
{
color: #0EADB7;
}
</style>
background-color css
<style>
a { background-color: #0EADB7; }
a { background-color: rgb(14,173,183); }
div.DivClassName
{
background-color: #0EADB7;
}
.BgClassName
{
background-color: #0EADB7;
}
</style>
border-color css
<style>
span { border-color: #0EADB7; }
span { border-color: rgb(14,173,183); }
td.TdClassName
{
border-color: #0EADB7;
}
.TagClassName
{
border-color: #0EADB7;
}
</style>