Shades of Iris Blue #0EB8BA
Tints of Iris Blue #0EB8BA
RGB
CMYK
RGB Variations
Color information
#0EB8BA (or 0x0EB8BA) is known color: Iris Blue. HEX triplet: 0E, B8 and BA. RGB value is (14,184,186). Sum of RGB (Red+Green+Blue) = 14+184+186=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #0EB8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8BA is #F14745. Grayscale: #858585. Windows color (decimal): -15812422 or 12236814. OLE color: 12236814.
HSL color Cylindrical-coordinate representation of color #0EB8BA: hue angle of 180.7º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB8BA is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 184 | 186 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.27 |
| HSL | 180.7º | 0.86% | 0.39% | - |
| HSV(B) | 180.7º | 0.92% | 0.73% | - |
| XYZ | 26.18 | 37.92 | 52.39 | - |
| YUV | 133.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 186 | 0.92 | 0.01 | 0 | 0.27 | 180.7 | 0.86 | 0.39 |
| Hex | E | B8 | BA | 5C | 1 | 0 | 1B | B5 | 56 | 27 |
| Octal | 16 | 270 | 272 | 134 | 1 | 0 | 33 | 265 | 126 | 47 |
| Binary | 1110 | 10111000 | 10111010 | 1011100 | 1 | 0 | 11011 | 10110101 | 1010110 | 100111 |
Color Harmonies of #0EB8BA
Complementary color
Monochromatic Colors of #0EB8BA
Black with #0EB8BA
Text Example
Text Example
White with #0EB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8BA; }
p { color: rgb(14,184,186); }
H1.HeaderClassName
{
color: #0EB8BA;
}
.AnyTagClassName
{
color: #0EB8BA;
}
</style>
background-color css
<style>
a { background-color: #0EB8BA; }
a { background-color: rgb(14,184,186); }
div.DivClassName
{
background-color: #0EB8BA;
}
.BgClassName
{
background-color: #0EB8BA;
}
</style>
border-color css
<style>
span { border-color: #0EB8BA; }
span { border-color: rgb(14,184,186); }
td.TdClassName
{
border-color: #0EB8BA;
}
.TagClassName
{
border-color: #0EB8BA;
}
</style>