Shades of Iris Blue #0EBEC0
Tints of Iris Blue #0EBEC0
RGB
CMYK
RGB Variations
Color information
#0EBEC0 (or 0x0EBEC0) is known color: Iris Blue. HEX triplet: 0E, BE and C0. RGB value is (14,190,192). Sum of RGB (Red+Green+Blue) = 14+190+192=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #0EBEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBEC0 is #F1413F. Grayscale: #898989. Windows color (decimal): -15810880 or 12631566. OLE color: 12631566.
HSL color Cylindrical-coordinate representation of color #0EBEC0: hue angle of 180.67º 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 #0EBEC0 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 192 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.25 |
| HSL | 180.67º | 0.86% | 0.4% | - |
| HSV(B) | 180.67º | 0.93% | 0.75% | - |
| XYZ | 28.11 | 40.73 | 56.25 | - |
| YUV | 137.6 | 158.69 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 192 | 0.93 | 0.01 | 0 | 0.25 | 180.67 | 0.86 | 0.4 |
| Hex | E | BE | C0 | 5D | 1 | 0 | 19 | B5 | 56 | 28 |
| Octal | 16 | 276 | 300 | 135 | 1 | 0 | 31 | 265 | 126 | 50 |
| Binary | 1110 | 10111110 | 11000000 | 1011101 | 1 | 0 | 11001 | 10110101 | 1010110 | 101000 |
Color Harmonies of #0EBEC0
Complementary color
Monochromatic Colors of #0EBEC0
Black with #0EBEC0
Text Example
Text Example
White with #0EBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEC0; }
p { color: rgb(14,190,192); }
H1.HeaderClassName
{
color: #0EBEC0;
}
.AnyTagClassName
{
color: #0EBEC0;
}
</style>
background-color css
<style>
a { background-color: #0EBEC0; }
a { background-color: rgb(14,190,192); }
div.DivClassName
{
background-color: #0EBEC0;
}
.BgClassName
{
background-color: #0EBEC0;
}
</style>
border-color css
<style>
span { border-color: #0EBEC0; }
span { border-color: rgb(14,190,192); }
td.TdClassName
{
border-color: #0EBEC0;
}
.TagClassName
{
border-color: #0EBEC0;
}
</style>