Shades of Iris Blue #0EACBA
Tints of Iris Blue #0EACBA
RGB
CMYK
RGB Variations
Color information
#0EACBA (or 0x0EACBA) is known color: Iris Blue. HEX triplet: 0E, AC and BA. RGB value is (14,172,186). Sum of RGB (Red+Green+Blue) = 14+172+186=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #0EACBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACBA is #F15345. Grayscale: #7E7E7E. Windows color (decimal): -15815494 or 12233742. OLE color: 12233742.
HSL color Cylindrical-coordinate representation of color #0EACBA: hue angle of 184.88º 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 #0EACBA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 172 | 186 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.27 |
| HSL | 184.88º | 0.86% | 0.39% | - |
| HSV(B) | 184.88º | 0.92% | 0.73% | - |
| XYZ | 23.8 | 33.14 | 51.6 | - |
| YUV | 126.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 186 | 0.92 | 0.08 | 0 | 0.27 | 184.88 | 0.86 | 0.39 |
| Hex | E | AC | BA | 5C | 8 | 0 | 1B | B9 | 56 | 27 |
| Octal | 16 | 254 | 272 | 134 | 10 | 0 | 33 | 271 | 126 | 47 |
| Binary | 1110 | 10101100 | 10111010 | 1011100 | 1000 | 0 | 11011 | 10111001 | 1010110 | 100111 |
Color Harmonies of #0EACBA
Complementary color
Monochromatic Colors of #0EACBA
Black with #0EACBA
Text Example
Text Example
White with #0EACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACBA; }
p { color: rgb(14,172,186); }
H1.HeaderClassName
{
color: #0EACBA;
}
.AnyTagClassName
{
color: #0EACBA;
}
</style>
background-color css
<style>
a { background-color: #0EACBA; }
a { background-color: rgb(14,172,186); }
div.DivClassName
{
background-color: #0EACBA;
}
.BgClassName
{
background-color: #0EACBA;
}
</style>
border-color css
<style>
span { border-color: #0EACBA; }
span { border-color: rgb(14,172,186); }
td.TdClassName
{
border-color: #0EACBA;
}
.TagClassName
{
border-color: #0EACBA;
}
</style>