Shades of Iris Blue #0EC0CC
Tints of Iris Blue #0EC0CC
RGB
CMYK
RGB Variations
Color information
#0EC0CC (or 0x0EC0CC) is known color: Iris Blue. HEX triplet: 0E, C0 and CC. RGB value is (14,192,204). Sum of RGB (Red+Green+Blue) = 14+192+204=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EC0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0CC is #F13F33. Grayscale: #8B8B8B. Windows color (decimal): -15810356 or 13418510. OLE color: 13418510.
HSL color Cylindrical-coordinate representation of color #0EC0CC: hue angle of 183.79º 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 #0EC0CC is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 192 | 204 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.2 |
| HSL | 183.79º | 0.87% | 0.43% | - |
| HSV(B) | 183.79º | 0.93% | 0.8% | - |
| XYZ | 29.93 | 42.15 | 63.69 | - |
| YUV | 140.15 | 164.03 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 204 | 0.93 | 0.06 | 0 | 0.2 | 183.79 | 0.87 | 0.43 |
| Hex | E | C0 | CC | 5D | 6 | 0 | 14 | B8 | 57 | 2B |
| Octal | 16 | 300 | 314 | 135 | 6 | 0 | 24 | 270 | 127 | 53 |
| Binary | 1110 | 11000000 | 11001100 | 1011101 | 110 | 0 | 10100 | 10111000 | 1010111 | 101011 |
Color Harmonies of #0EC0CC
Complementary color
Monochromatic Colors of #0EC0CC
Black with #0EC0CC
Text Example
Text Example
White with #0EC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0CC; }
p { color: rgb(14,192,204); }
H1.HeaderClassName
{
color: #0EC0CC;
}
.AnyTagClassName
{
color: #0EC0CC;
}
</style>
background-color css
<style>
a { background-color: #0EC0CC; }
a { background-color: rgb(14,192,204); }
div.DivClassName
{
background-color: #0EC0CC;
}
.BgClassName
{
background-color: #0EC0CC;
}
</style>
border-color css
<style>
span { border-color: #0EC0CC; }
span { border-color: rgb(14,192,204); }
td.TdClassName
{
border-color: #0EC0CC;
}
.TagClassName
{
border-color: #0EC0CC;
}
</style>