Shades of Iris Blue #0EABB5
Tints of Iris Blue #0EABB5
RGB
CMYK
RGB Variations
Color information
#0EABB5 (or 0x0EABB5) is known color: Iris Blue. HEX triplet: 0E, AB and B5. RGB value is (14,171,181). Sum of RGB (Red+Green+Blue) = 14+171+181=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #0EABB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EABB5 is #F1544A. Grayscale: #7D7D7D. Windows color (decimal): -15815755 or 11905806. OLE color: 11905806.
HSL color Cylindrical-coordinate representation of color #0EABB5: hue angle of 183.59º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EABB5 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 171 | 181 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.29 |
| HSL | 183.59º | 0.86% | 0.38% | - |
| HSV(B) | 183.59º | 0.92% | 0.71% | - |
| XYZ | 23.08 | 32.56 | 48.78 | - |
| YUV | 125.2 | 159.49 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 181 | 0.92 | 0.06 | 0 | 0.29 | 183.59 | 0.86 | 0.38 |
| Hex | E | AB | B5 | 5C | 6 | 0 | 1D | B8 | 56 | 26 |
| Octal | 16 | 253 | 265 | 134 | 6 | 0 | 35 | 270 | 126 | 46 |
| Binary | 1110 | 10101011 | 10110101 | 1011100 | 110 | 0 | 11101 | 10111000 | 1010110 | 100110 |
Color Harmonies of #0EABB5
Complementary color
Monochromatic Colors of #0EABB5
Black with #0EABB5
Text Example
Text Example
White with #0EABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EABB5; }
p { color: rgb(14,171,181); }
H1.HeaderClassName
{
color: #0EABB5;
}
.AnyTagClassName
{
color: #0EABB5;
}
</style>
background-color css
<style>
a { background-color: #0EABB5; }
a { background-color: rgb(14,171,181); }
div.DivClassName
{
background-color: #0EABB5;
}
.BgClassName
{
background-color: #0EABB5;
}
</style>
border-color css
<style>
span { border-color: #0EABB5; }
span { border-color: rgb(14,171,181); }
td.TdClassName
{
border-color: #0EABB5;
}
.TagClassName
{
border-color: #0EABB5;
}
</style>