Shades of Iris Blue #0EC0BA
Tints of Iris Blue #0EC0BA
RGB
CMYK
RGB Variations
Color information
#0EC0BA (or 0x0EC0BA) is known color: Iris Blue. HEX triplet: 0E, C0 and BA. RGB value is (14,192,186). Sum of RGB (Red+Green+Blue) = 14+192+186=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0BA is #F13F45. Grayscale: #898989. Windows color (decimal): -15810374 or 12238862. OLE color: 12238862.
HSL color Cylindrical-coordinate representation of color #0EC0BA: hue angle of 177.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0BA is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 186 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.25 |
| HSL | 177.98º | 0.86% | 0.4% | - |
| HSV(B) | 177.98º | 0.93% | 0.75% | - |
| XYZ | 27.89 | 41.34 | 52.96 | - |
| YUV | 138.09 | 155.03 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 186 | 0.93 | 0 | 0.03 | 0.25 | 177.98 | 0.86 | 0.4 |
| Hex | E | C0 | BA | 5D | 0 | 3 | 19 | B2 | 56 | 28 |
| Octal | 16 | 300 | 272 | 135 | 0 | 3 | 31 | 262 | 126 | 50 |
| Binary | 1110 | 11000000 | 10111010 | 1011101 | 0 | 11 | 11001 | 10110010 | 1010110 | 101000 |
Color Harmonies of #0EC0BA
Complementary color
Monochromatic Colors of #0EC0BA
Black with #0EC0BA
Text Example
Text Example
White with #0EC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0BA; }
p { color: rgb(14,192,186); }
H1.HeaderClassName
{
color: #0EC0BA;
}
.AnyTagClassName
{
color: #0EC0BA;
}
</style>
background-color css
<style>
a { background-color: #0EC0BA; }
a { background-color: rgb(14,192,186); }
div.DivClassName
{
background-color: #0EC0BA;
}
.BgClassName
{
background-color: #0EC0BA;
}
</style>
border-color css
<style>
span { border-color: #0EC0BA; }
span { border-color: rgb(14,192,186); }
td.TdClassName
{
border-color: #0EC0BA;
}
.TagClassName
{
border-color: #0EC0BA;
}
</style>