Shades of Robin's Egg Blue #0ECACA
Tints of Robin's Egg Blue #0ECACA
RGB
CMYK
RGB Variations
Color information
#0ECACA (or 0x0ECACA) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and CA. RGB value is (14,202,202). Sum of RGB (Red+Green+Blue) = 14+202+202=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #0ECACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECACA is #F13535. Grayscale: #919191. Windows color (decimal): -15807798 or 13289998. OLE color: 13289998.
HSL color Cylindrical-coordinate representation of color #0ECACA: hue angle of 180º 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 #0ECACA is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 202 | - |
| CMYK | 0.93 | 0 | 0 | 0.21 |
| HSL | 180º | 0.87% | 0.42% | - |
| HSV(B) | 180º | 0.93% | 0.79% | - |
| XYZ | 31.96 | 46.6 | 63.19 | - |
| YUV | 145.79 | 159.72 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 202 | 0.93 | 0 | 0 | 0.21 | 180 | 0.87 | 0.42 |
| Hex | E | CA | CA | 5D | 0 | 0 | 15 | B4 | 57 | 2A |
| Octal | 16 | 312 | 312 | 135 | 0 | 0 | 25 | 264 | 127 | 52 |
| Binary | 1110 | 11001010 | 11001010 | 1011101 | 0 | 0 | 10101 | 10110100 | 1010111 | 101010 |
Color Harmonies of #0ECACA
Complementary color
Monochromatic Colors of #0ECACA
Black with #0ECACA
Text Example
Text Example
White with #0ECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECACA; }
p { color: rgb(14,202,202); }
H1.HeaderClassName
{
color: #0ECACA;
}
.AnyTagClassName
{
color: #0ECACA;
}
</style>
background-color css
<style>
a { background-color: #0ECACA; }
a { background-color: rgb(14,202,202); }
div.DivClassName
{
background-color: #0ECACA;
}
.BgClassName
{
background-color: #0ECACA;
}
</style>
border-color css
<style>
span { border-color: #0ECACA; }
span { border-color: rgb(14,202,202); }
td.TdClassName
{
border-color: #0ECACA;
}
.TagClassName
{
border-color: #0ECACA;
}
</style>