Shades of Iris Blue #0EBACC
Tints of Iris Blue #0EBACC
RGB
CMYK
RGB Variations
Color information
#0EBACC (or 0x0EBACC) is known color: Iris Blue. HEX triplet: 0E, BA and CC. RGB value is (14,186,204). Sum of RGB (Red+Green+Blue) = 14+186+204=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EBACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBACC is #F14533. Grayscale: #888888. Windows color (decimal): -15811892 or 13416974. OLE color: 13416974.
HSL color Cylindrical-coordinate representation of color #0EBACC: hue angle of 185.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBACC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 186 | 204 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.2 |
| HSL | 185.68º | 0.87% | 0.43% | - |
| HSV(B) | 185.68º | 0.93% | 0.8% | - |
| XYZ | 28.64 | 39.57 | 63.26 | - |
| YUV | 136.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 204 | 0.93 | 0.09 | 0 | 0.2 | 185.68 | 0.87 | 0.43 |
| Hex | E | BA | CC | 5D | 9 | 0 | 14 | BA | 57 | 2B |
| Octal | 16 | 272 | 314 | 135 | 11 | 0 | 24 | 272 | 127 | 53 |
| Binary | 1110 | 10111010 | 11001100 | 1011101 | 1001 | 0 | 10100 | 10111010 | 1010111 | 101011 |
Color Harmonies of #0EBACC
Complementary color
Monochromatic Colors of #0EBACC
Black with #0EBACC
Text Example
Text Example
White with #0EBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBACC; }
p { color: rgb(14,186,204); }
H1.HeaderClassName
{
color: #0EBACC;
}
.AnyTagClassName
{
color: #0EBACC;
}
</style>
background-color css
<style>
a { background-color: #0EBACC; }
a { background-color: rgb(14,186,204); }
div.DivClassName
{
background-color: #0EBACC;
}
.BgClassName
{
background-color: #0EBACC;
}
</style>
border-color css
<style>
span { border-color: #0EBACC; }
span { border-color: rgb(14,186,204); }
td.TdClassName
{
border-color: #0EBACC;
}
.TagClassName
{
border-color: #0EBACC;
}
</style>