Shades of Robin's Egg Blue #0ECCBA
Tints of Robin's Egg Blue #0ECCBA
RGB
CMYK
RGB Variations
Color information
#0ECCBA (or 0x0ECCBA) is known color: Robin's Egg Blue. HEX triplet: 0E, CC and BA. RGB value is (14,204,186). Sum of RGB (Red+Green+Blue) = 14+204+186=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCBA is #F13345. Grayscale: #919191. Windows color (decimal): -15807302 or 12241934. OLE color: 12241934.
HSL color Cylindrical-coordinate representation of color #0ECCBA: hue angle of 174.32º 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 #0ECCBA is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 186 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.2 |
| HSL | 174.32º | 0.87% | 0.43% | - |
| HSV(B) | 174.32º | 0.93% | 0.8% | - |
| XYZ | 30.64 | 46.82 | 53.88 | - |
| YUV | 145.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 186 | 0.93 | 0 | 0.09 | 0.2 | 174.32 | 0.87 | 0.43 |
| Hex | E | CC | BA | 5D | 0 | 9 | 14 | AE | 57 | 2B |
| Octal | 16 | 314 | 272 | 135 | 0 | 11 | 24 | 256 | 127 | 53 |
| Binary | 1110 | 11001100 | 10111010 | 1011101 | 0 | 1001 | 10100 | 10101110 | 1010111 | 101011 |
Color Harmonies of #0ECCBA
Complementary color
Monochromatic Colors of #0ECCBA
Black with #0ECCBA
Text Example
Text Example
White with #0ECCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCBA; }
p { color: rgb(14,204,186); }
H1.HeaderClassName
{
color: #0ECCBA;
}
.AnyTagClassName
{
color: #0ECCBA;
}
</style>
background-color css
<style>
a { background-color: #0ECCBA; }
a { background-color: rgb(14,204,186); }
div.DivClassName
{
background-color: #0ECCBA;
}
.BgClassName
{
background-color: #0ECCBA;
}
</style>
border-color css
<style>
span { border-color: #0ECCBA; }
span { border-color: rgb(14,204,186); }
td.TdClassName
{
border-color: #0ECCBA;
}
.TagClassName
{
border-color: #0ECCBA;
}
</style>