Shades of Iris Blue #0EBBBA
Tints of Iris Blue #0EBBBA
RGB
CMYK
RGB Variations
Color information
#0EBBBA (or 0x0EBBBA) is known color: Iris Blue. HEX triplet: 0E, BB and BA. RGB value is (14,187,186). Sum of RGB (Red+Green+Blue) = 14+187+186=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBBA is #F14445. Grayscale: #868686. Windows color (decimal): -15811654 or 12237582. OLE color: 12237582.
HSL color Cylindrical-coordinate representation of color #0EBBBA: hue angle of 179.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBBA is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 186 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.27 |
| HSL | 179.65º | 0.86% | 0.39% | - |
| HSV(B) | 179.65º | 0.93% | 0.73% | - |
| XYZ | 26.81 | 39.18 | 52.6 | - |
| YUV | 135.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 186 | 0.93 | 0 | 0.01 | 0.27 | 179.65 | 0.86 | 0.39 |
| Hex | E | BB | BA | 5D | 0 | 1 | 1B | B4 | 56 | 27 |
| Octal | 16 | 273 | 272 | 135 | 0 | 1 | 33 | 264 | 126 | 47 |
| Binary | 1110 | 10111011 | 10111010 | 1011101 | 0 | 1 | 11011 | 10110100 | 1010110 | 100111 |
Color Harmonies of #0EBBBA
Complementary color
Monochromatic Colors of #0EBBBA
Black with #0EBBBA
Text Example
Text Example
White with #0EBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBBA; }
p { color: rgb(14,187,186); }
H1.HeaderClassName
{
color: #0EBBBA;
}
.AnyTagClassName
{
color: #0EBBBA;
}
</style>
background-color css
<style>
a { background-color: #0EBBBA; }
a { background-color: rgb(14,187,186); }
div.DivClassName
{
background-color: #0EBBBA;
}
.BgClassName
{
background-color: #0EBBBA;
}
</style>
border-color css
<style>
span { border-color: #0EBBBA; }
span { border-color: rgb(14,187,186); }
td.TdClassName
{
border-color: #0EBBBA;
}
.TagClassName
{
border-color: #0EBBBA;
}
</style>