Shades of Iris Blue #0EADBD
Tints of Iris Blue #0EADBD
RGB
CMYK
RGB Variations
Color information
#0EADBD (or 0x0EADBD) is known color: Iris Blue. HEX triplet: 0E, AD and BD. RGB value is (14,173,189). Sum of RGB (Red+Green+Blue) = 14+173+189=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADBD is #F15242. Grayscale: #7F7F7F. Windows color (decimal): -15815235 or 12430606. OLE color: 12430606.
HSL color Cylindrical-coordinate representation of color #0EADBD: hue angle of 185.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EADBD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 173 | 189 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.26 |
| HSL | 185.49º | 0.86% | 0.4% | - |
| HSV(B) | 185.49º | 0.93% | 0.74% | - |
| XYZ | 24.31 | 33.65 | 53.36 | - |
| YUV | 127.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 189 | 0.93 | 0.08 | 0 | 0.26 | 185.49 | 0.86 | 0.4 |
| Hex | E | AD | BD | 5D | 8 | 0 | 1A | B9 | 56 | 28 |
| Octal | 16 | 255 | 275 | 135 | 10 | 0 | 32 | 271 | 126 | 50 |
| Binary | 1110 | 10101101 | 10111101 | 1011101 | 1000 | 0 | 11010 | 10111001 | 1010110 | 101000 |
Color Harmonies of #0EADBD
Complementary color
Monochromatic Colors of #0EADBD
Black with #0EADBD
Text Example
Text Example
White with #0EADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADBD; }
p { color: rgb(14,173,189); }
H1.HeaderClassName
{
color: #0EADBD;
}
.AnyTagClassName
{
color: #0EADBD;
}
</style>
background-color css
<style>
a { background-color: #0EADBD; }
a { background-color: rgb(14,173,189); }
div.DivClassName
{
background-color: #0EADBD;
}
.BgClassName
{
background-color: #0EADBD;
}
</style>
border-color css
<style>
span { border-color: #0EADBD; }
span { border-color: rgb(14,173,189); }
td.TdClassName
{
border-color: #0EADBD;
}
.TagClassName
{
border-color: #0EADBD;
}
</style>