Shades of Robin's Egg Blue #0EC2BC
Tints of Robin's Egg Blue #0EC2BC
RGB
CMYK
RGB Variations
Color information
#0EC2BC (or 0x0EC2BC) is known color: Robin's Egg Blue. HEX triplet: 0E, C2 and BC. RGB value is (14,194,188). Sum of RGB (Red+Green+Blue) = 14+194+188=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC2BC is #F13D43. Grayscale: #8B8B8B. Windows color (decimal): -15809860 or 12370446. OLE color: 12370446.
HSL color Cylindrical-coordinate representation of color #0EC2BC: hue angle of 178º degrees, saturation: 0.87, 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 #0EC2BC is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 188 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.24 |
| HSL | 178º | 0.87% | 0.41% | - |
| HSV(B) | 178º | 0.93% | 0.76% | - |
| XYZ | 28.55 | 42.31 | 54.24 | - |
| YUV | 139.5 | 155.37 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 188 | 0.93 | 0 | 0.03 | 0.24 | 178 | 0.87 | 0.41 |
| Hex | E | C2 | BC | 5D | 0 | 3 | 18 | B2 | 57 | 29 |
| Octal | 16 | 302 | 274 | 135 | 0 | 3 | 30 | 262 | 127 | 51 |
| Binary | 1110 | 11000010 | 10111100 | 1011101 | 0 | 11 | 11000 | 10110010 | 1010111 | 101001 |
Color Harmonies of #0EC2BC
Complementary color
Monochromatic Colors of #0EC2BC
Black with #0EC2BC
Text Example
Text Example
White with #0EC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC2BC; }
p { color: rgb(14,194,188); }
H1.HeaderClassName
{
color: #0EC2BC;
}
.AnyTagClassName
{
color: #0EC2BC;
}
</style>
background-color css
<style>
a { background-color: #0EC2BC; }
a { background-color: rgb(14,194,188); }
div.DivClassName
{
background-color: #0EC2BC;
}
.BgClassName
{
background-color: #0EC2BC;
}
</style>
border-color css
<style>
span { border-color: #0EC2BC; }
span { border-color: rgb(14,194,188); }
td.TdClassName
{
border-color: #0EC2BC;
}
.TagClassName
{
border-color: #0EC2BC;
}
</style>