Shades of Robin's Egg Blue #0ECABD
Tints of Robin's Egg Blue #0ECABD
RGB
CMYK
RGB Variations
Color information
#0ECABD (or 0x0ECABD) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and BD. RGB value is (14,202,189). Sum of RGB (Red+Green+Blue) = 14+202+189=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECABD is #F13542. Grayscale: #909090. Windows color (decimal): -15807811 or 12438030. OLE color: 12438030.
HSL color Cylindrical-coordinate representation of color #0ECABD: hue angle of 175.85º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECABD is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 189 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.21 |
| HSL | 175.85º | 0.87% | 0.42% | - |
| HSV(B) | 175.85º | 0.93% | 0.79% | - |
| XYZ | 30.49 | 46.01 | 55.42 | - |
| YUV | 144.31 | 153.22 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 189 | 0.93 | 0 | 0.06 | 0.21 | 175.85 | 0.87 | 0.42 |
| Hex | E | CA | BD | 5D | 0 | 6 | 15 | B0 | 57 | 2A |
| Octal | 16 | 312 | 275 | 135 | 0 | 6 | 25 | 260 | 127 | 52 |
| Binary | 1110 | 11001010 | 10111101 | 1011101 | 0 | 110 | 10101 | 10110000 | 1010111 | 101010 |
Color Harmonies of #0ECABD
Complementary color
Monochromatic Colors of #0ECABD
Black with #0ECABD
Text Example
Text Example
White with #0ECABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECABD; }
p { color: rgb(14,202,189); }
H1.HeaderClassName
{
color: #0ECABD;
}
.AnyTagClassName
{
color: #0ECABD;
}
</style>
background-color css
<style>
a { background-color: #0ECABD; }
a { background-color: rgb(14,202,189); }
div.DivClassName
{
background-color: #0ECABD;
}
.BgClassName
{
background-color: #0ECABD;
}
</style>
border-color css
<style>
span { border-color: #0ECABD; }
span { border-color: rgb(14,202,189); }
td.TdClassName
{
border-color: #0ECABD;
}
.TagClassName
{
border-color: #0ECABD;
}
</style>