Shades of Iris Blue #0EB2BC
Tints of Iris Blue #0EB2BC
RGB
CMYK
RGB Variations
Color information
#0EB2BC (or 0x0EB2BC) is known color: Iris Blue. HEX triplet: 0E, B2 and BC. RGB value is (14,178,188). Sum of RGB (Red+Green+Blue) = 14+178+188=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EB2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2BC is #F14D43. Grayscale: #818181. Windows color (decimal): -15813956 or 12366350. OLE color: 12366350.
HSL color Cylindrical-coordinate representation of color #0EB2BC: hue angle of 183.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB2BC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 178 | 188 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.26 |
| HSL | 183.45º | 0.86% | 0.4% | - |
| HSV(B) | 183.45º | 0.93% | 0.74% | - |
| XYZ | 25.18 | 35.56 | 53.11 | - |
| YUV | 130.1 | 160.67 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 188 | 0.93 | 0.05 | 0 | 0.26 | 183.45 | 0.86 | 0.4 |
| Hex | E | B2 | BC | 5D | 5 | 0 | 1A | B7 | 56 | 28 |
| Octal | 16 | 262 | 274 | 135 | 5 | 0 | 32 | 267 | 126 | 50 |
| Binary | 1110 | 10110010 | 10111100 | 1011101 | 101 | 0 | 11010 | 10110111 | 1010110 | 101000 |
Color Harmonies of #0EB2BC
Complementary color
Monochromatic Colors of #0EB2BC
Black with #0EB2BC
Text Example
Text Example
White with #0EB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB2BC; }
p { color: rgb(14,178,188); }
H1.HeaderClassName
{
color: #0EB2BC;
}
.AnyTagClassName
{
color: #0EB2BC;
}
</style>
background-color css
<style>
a { background-color: #0EB2BC; }
a { background-color: rgb(14,178,188); }
div.DivClassName
{
background-color: #0EB2BC;
}
.BgClassName
{
background-color: #0EB2BC;
}
</style>
border-color css
<style>
span { border-color: #0EB2BC; }
span { border-color: rgb(14,178,188); }
td.TdClassName
{
border-color: #0EB2BC;
}
.TagClassName
{
border-color: #0EB2BC;
}
</style>