Shades of Iris Blue #0EC1C1
Tints of Iris Blue #0EC1C1
RGB
CMYK
RGB Variations
Color information
#0EC1C1 (or 0x0EC1C1) is known color: Iris Blue. HEX triplet: 0E, C1 and C1. RGB value is (14,193,193). Sum of RGB (Red+Green+Blue) = 14+193+193=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #0EC1C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1C1 is #F13E3E. Grayscale: #8B8B8B. Windows color (decimal): -15810111 or 12697870. OLE color: 12697870.
HSL color Cylindrical-coordinate representation of color #0EC1C1: hue angle of 180º 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 #0EC1C1 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 193 | - |
| CMYK | 0.93 | 0 | 0 | 0.24 |
| HSL | 180º | 0.86% | 0.41% | - |
| HSV(B) | 180º | 0.93% | 0.76% | - |
| XYZ | 28.88 | 42.08 | 57.05 | - |
| YUV | 139.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 193 | 0.93 | 0 | 0 | 0.24 | 180 | 0.86 | 0.41 |
| Hex | E | C1 | C1 | 5D | 0 | 0 | 18 | B4 | 56 | 29 |
| Octal | 16 | 301 | 301 | 135 | 0 | 0 | 30 | 264 | 126 | 51 |
| Binary | 1110 | 11000001 | 11000001 | 1011101 | 0 | 0 | 11000 | 10110100 | 1010110 | 101001 |
Color Harmonies of #0EC1C1
Complementary color
Monochromatic Colors of #0EC1C1
Black with #0EC1C1
Text Example
Text Example
White with #0EC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1C1; }
p { color: rgb(14,193,193); }
H1.HeaderClassName
{
color: #0EC1C1;
}
.AnyTagClassName
{
color: #0EC1C1;
}
</style>
background-color css
<style>
a { background-color: #0EC1C1; }
a { background-color: rgb(14,193,193); }
div.DivClassName
{
background-color: #0EC1C1;
}
.BgClassName
{
background-color: #0EC1C1;
}
</style>
border-color css
<style>
span { border-color: #0EC1C1; }
span { border-color: rgb(14,193,193); }
td.TdClassName
{
border-color: #0EC1C1;
}
.TagClassName
{
border-color: #0EC1C1;
}
</style>