Shades of Iris Blue #0EC1BF
Tints of Iris Blue #0EC1BF
RGB
CMYK
RGB Variations
Color information
#0EC1BF (or 0x0EC1BF) is known color: Iris Blue. HEX triplet: 0E, C1 and BF. RGB value is (14,193,191). Sum of RGB (Red+Green+Blue) = 14+193+191=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1BF is #F13E40. Grayscale: #8B8B8B. Windows color (decimal): -15810113 or 12566798. OLE color: 12566798.
HSL color Cylindrical-coordinate representation of color #0EC1BF: hue angle of 179.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1BF is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 191 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.24 |
| HSL | 179.33º | 0.86% | 0.41% | - |
| HSV(B) | 179.33º | 0.93% | 0.76% | - |
| XYZ | 28.66 | 41.99 | 55.89 | - |
| YUV | 139.25 | 157.2 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 191 | 0.93 | 0 | 0.01 | 0.24 | 179.33 | 0.86 | 0.41 |
| Hex | E | C1 | BF | 5D | 0 | 1 | 18 | B3 | 56 | 29 |
| Octal | 16 | 301 | 277 | 135 | 0 | 1 | 30 | 263 | 126 | 51 |
| Binary | 1110 | 11000001 | 10111111 | 1011101 | 0 | 1 | 11000 | 10110011 | 1010110 | 101001 |
Color Harmonies of #0EC1BF
Complementary color
Monochromatic Colors of #0EC1BF
Black with #0EC1BF
Text Example
Text Example
White with #0EC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1BF; }
p { color: rgb(14,193,191); }
H1.HeaderClassName
{
color: #0EC1BF;
}
.AnyTagClassName
{
color: #0EC1BF;
}
</style>
background-color css
<style>
a { background-color: #0EC1BF; }
a { background-color: rgb(14,193,191); }
div.DivClassName
{
background-color: #0EC1BF;
}
.BgClassName
{
background-color: #0EC1BF;
}
</style>
border-color css
<style>
span { border-color: #0EC1BF; }
span { border-color: rgb(14,193,191); }
td.TdClassName
{
border-color: #0EC1BF;
}
.TagClassName
{
border-color: #0EC1BF;
}
</style>