Shades of Robin's Egg Blue #0ECECE
Tints of Robin's Egg Blue #0ECECE
RGB
CMYK
RGB Variations
Color information
#0ECECE (or 0x0ECECE) is known color: Robin's Egg Blue. HEX triplet: 0E, CE and CE. RGB value is (14,206,206). Sum of RGB (Red+Green+Blue) = 14+206+206=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #0ECECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECECE is #F13131. Grayscale: #949494. Windows color (decimal): -15806770 or 13553166. OLE color: 13553166.
HSL color Cylindrical-coordinate representation of color #0ECECE: hue angle of 180º 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 #0ECECE is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 206 | - |
| CMYK | 0.93 | 0 | 0 | 0.19 |
| HSL | 180º | 0.87% | 0.43% | - |
| HSV(B) | 180º | 0.93% | 0.81% | - |
| XYZ | 33.39 | 48.69 | 66.03 | - |
| YUV | 148.59 | 160.39 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 206 | 0.93 | 0 | 0 | 0.19 | 180 | 0.87 | 0.43 |
| Hex | E | CE | CE | 5D | 0 | 0 | 13 | B4 | 57 | 2B |
| Octal | 16 | 316 | 316 | 135 | 0 | 0 | 23 | 264 | 127 | 53 |
| Binary | 1110 | 11001110 | 11001110 | 1011101 | 0 | 0 | 10011 | 10110100 | 1010111 | 101011 |
Color Harmonies of #0ECECE
Complementary color
Monochromatic Colors of #0ECECE
Black with #0ECECE
Text Example
Text Example
White with #0ECECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECECE; }
p { color: rgb(14,206,206); }
H1.HeaderClassName
{
color: #0ECECE;
}
.AnyTagClassName
{
color: #0ECECE;
}
</style>
background-color css
<style>
a { background-color: #0ECECE; }
a { background-color: rgb(14,206,206); }
div.DivClassName
{
background-color: #0ECECE;
}
.BgClassName
{
background-color: #0ECECE;
}
</style>
border-color css
<style>
span { border-color: #0ECECE; }
span { border-color: rgb(14,206,206); }
td.TdClassName
{
border-color: #0ECECE;
}
.TagClassName
{
border-color: #0ECECE;
}
</style>