Shades of Robin's Egg Blue #0ECECB
Tints of Robin's Egg Blue #0ECECB
RGB
CMYK
RGB Variations
Color information
#0ECECB (or 0x0ECECB) is known color: Robin's Egg Blue. HEX triplet: 0E, CE and CB. RGB value is (14,206,203). Sum of RGB (Red+Green+Blue) = 14+206+203=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECECB is #F13134. Grayscale: #949494. Windows color (decimal): -15806773 or 13356558. OLE color: 13356558.
HSL color Cylindrical-coordinate representation of color #0ECECB: hue angle of 179.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 #0ECECB is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 203 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.19 |
| HSL | 179.06º | 0.87% | 0.43% | - |
| HSV(B) | 179.06º | 0.93% | 0.81% | - |
| XYZ | 33.03 | 48.55 | 64.13 | - |
| YUV | 148.25 | 158.89 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 203 | 0.93 | 0 | 0.01 | 0.19 | 179.06 | 0.87 | 0.43 |
| Hex | E | CE | CB | 5D | 0 | 1 | 13 | B3 | 57 | 2B |
| Octal | 16 | 316 | 313 | 135 | 0 | 1 | 23 | 263 | 127 | 53 |
| Binary | 1110 | 11001110 | 11001011 | 1011101 | 0 | 1 | 10011 | 10110011 | 1010111 | 101011 |
Color Harmonies of #0ECECB
Complementary color
Monochromatic Colors of #0ECECB
Black with #0ECECB
Text Example
Text Example
White with #0ECECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECECB; }
p { color: rgb(14,206,203); }
H1.HeaderClassName
{
color: #0ECECB;
}
.AnyTagClassName
{
color: #0ECECB;
}
</style>
background-color css
<style>
a { background-color: #0ECECB; }
a { background-color: rgb(14,206,203); }
div.DivClassName
{
background-color: #0ECECB;
}
.BgClassName
{
background-color: #0ECECB;
}
</style>
border-color css
<style>
span { border-color: #0ECECB; }
span { border-color: rgb(14,206,203); }
td.TdClassName
{
border-color: #0ECECB;
}
.TagClassName
{
border-color: #0ECECB;
}
</style>