Shades of Robin's Egg Blue #0ECEBB
Tints of Robin's Egg Blue #0ECEBB
RGB
CMYK
RGB Variations
Color information
#0ECEBB (or 0x0ECEBB) is known color: Robin's Egg Blue. HEX triplet: 0E, CE and BB. RGB value is (14,206,187). Sum of RGB (Red+Green+Blue) = 14+206+187=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECEBB is #F13144. Grayscale: #929292. Windows color (decimal): -15806789 or 12307982. OLE color: 12307982.
HSL color Cylindrical-coordinate representation of color #0ECEBB: hue angle of 174.06º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECEBB is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 187 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.19 |
| HSL | 174.06º | 0.87% | 0.43% | - |
| HSV(B) | 174.06º | 0.93% | 0.81% | - |
| XYZ | 31.22 | 47.82 | 54.6 | - |
| YUV | 146.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 187 | 0.93 | 0 | 0.09 | 0.19 | 174.06 | 0.87 | 0.43 |
| Hex | E | CE | BB | 5D | 0 | 9 | 13 | AE | 57 | 2B |
| Octal | 16 | 316 | 273 | 135 | 0 | 11 | 23 | 256 | 127 | 53 |
| Binary | 1110 | 11001110 | 10111011 | 1011101 | 0 | 1001 | 10011 | 10101110 | 1010111 | 101011 |
Color Harmonies of #0ECEBB
Complementary color
Monochromatic Colors of #0ECEBB
Black with #0ECEBB
Text Example
Text Example
White with #0ECEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEBB; }
p { color: rgb(14,206,187); }
H1.HeaderClassName
{
color: #0ECEBB;
}
.AnyTagClassName
{
color: #0ECEBB;
}
</style>
background-color css
<style>
a { background-color: #0ECEBB; }
a { background-color: rgb(14,206,187); }
div.DivClassName
{
background-color: #0ECEBB;
}
.BgClassName
{
background-color: #0ECEBB;
}
</style>
border-color css
<style>
span { border-color: #0ECEBB; }
span { border-color: rgb(14,206,187); }
td.TdClassName
{
border-color: #0ECEBB;
}
.TagClassName
{
border-color: #0ECEBB;
}
</style>