Shades of Iris Blue #0EBABC
Tints of Iris Blue #0EBABC
RGB
CMYK
RGB Variations
Color information
#0EBABC (or 0x0EBABC) is known color: Iris Blue. HEX triplet: 0E, BA and BC. RGB value is (14,186,188). Sum of RGB (Red+Green+Blue) = 14+186+188=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EBABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBABC is #F14543. Grayscale: #868686. Windows color (decimal): -15811908 or 12368398. OLE color: 12368398.
HSL color Cylindrical-coordinate representation of color #0EBABC: hue angle of 180.69º 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 #0EBABC is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 186 | 188 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.26 |
| HSL | 180.69º | 0.86% | 0.4% | - |
| HSV(B) | 180.69º | 0.93% | 0.74% | - |
| XYZ | 26.82 | 38.84 | 53.66 | - |
| YUV | 134.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 188 | 0.93 | 0.01 | 0 | 0.26 | 180.69 | 0.86 | 0.4 |
| Hex | E | BA | BC | 5D | 1 | 0 | 1A | B5 | 56 | 28 |
| Octal | 16 | 272 | 274 | 135 | 1 | 0 | 32 | 265 | 126 | 50 |
| Binary | 1110 | 10111010 | 10111100 | 1011101 | 1 | 0 | 11010 | 10110101 | 1010110 | 101000 |
Color Harmonies of #0EBABC
Complementary color
Monochromatic Colors of #0EBABC
Black with #0EBABC
Text Example
Text Example
White with #0EBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBABC; }
p { color: rgb(14,186,188); }
H1.HeaderClassName
{
color: #0EBABC;
}
.AnyTagClassName
{
color: #0EBABC;
}
</style>
background-color css
<style>
a { background-color: #0EBABC; }
a { background-color: rgb(14,186,188); }
div.DivClassName
{
background-color: #0EBABC;
}
.BgClassName
{
background-color: #0EBABC;
}
</style>
border-color css
<style>
span { border-color: #0EBABC; }
span { border-color: rgb(14,186,188); }
td.TdClassName
{
border-color: #0EBABC;
}
.TagClassName
{
border-color: #0EBABC;
}
</style>