Shades of Robin's Egg Blue #0ECACB
Tints of Robin's Egg Blue #0ECACB
RGB
CMYK
RGB Variations
Color information
#0ECACB (or 0x0ECACB) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and CB. RGB value is (14,202,203). Sum of RGB (Red+Green+Blue) = 14+202+203=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #0ECACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECACB is #F13534. Grayscale: #919191. Windows color (decimal): -15807797 or 13355534. OLE color: 13355534.
HSL color Cylindrical-coordinate representation of color #0ECACB: hue angle of 180.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 #0ECACB is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 202 | 203 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.20 |
| HSL | 180.32º | 0.87% | 0.43% | - |
| HSV(B) | 180.32º | 0.93% | 0.8% | - |
| XYZ | 32.08 | 46.65 | 63.81 | - |
| YUV | 145.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 203 | 0.93 | 0.00 | 0 | 0.20 | 180.32 | 0.87 | 0.43 |
| Hex | E | CA | CB | 5D | 0 | 0 | 14 | B4 | 57 | 2B |
| Octal | 16 | 312 | 313 | 135 | 0 | 0 | 24 | 264 | 127 | 53 |
| Binary | 1110 | 11001010 | 11001011 | 1011101 | 0 | 0 | 10100 | 10110100 | 1010111 | 101011 |
Color Harmonies of #0ECACB
Complementary color
Monochromatic Colors of #0ECACB
Black with #0ECACB
Text Example
Text Example
White with #0ECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECACB; }
p { color: rgb(14,202,203); }
H1.HeaderClassName
{
color: #0ECACB;
}
.AnyTagClassName
{
color: #0ECACB;
}
</style>
background-color css
<style>
a { background-color: #0ECACB; }
a { background-color: rgb(14,202,203); }
div.DivClassName
{
background-color: #0ECACB;
}
.BgClassName
{
background-color: #0ECACB;
}
</style>
border-color css
<style>
span { border-color: #0ECACB; }
span { border-color: rgb(14,202,203); }
td.TdClassName
{
border-color: #0ECACB;
}
.TagClassName
{
border-color: #0ECACB;
}
</style>