Shades of Robin's Egg Blue #0ECEBE
Tints of Robin's Egg Blue #0ECEBE
RGB
CMYK
RGB Variations
Color information
#0ECEBE (or 0x0ECEBE) is known color: Robin's Egg Blue. HEX triplet: 0E, CE and BE. RGB value is (14,206,190). Sum of RGB (Red+Green+Blue) = 14+206+190=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECEBE is #F13141. Grayscale: #929292. Windows color (decimal): -15806786 or 12504590. OLE color: 12504590.
HSL color Cylindrical-coordinate representation of color #0ECEBE: hue angle of 175º 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 #0ECEBE is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 190 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.19 |
| HSL | 175º | 0.87% | 0.43% | - |
| HSV(B) | 175º | 0.93% | 0.81% | - |
| XYZ | 31.55 | 47.95 | 56.31 | - |
| YUV | 146.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 190 | 0.93 | 0 | 0.08 | 0.19 | 175 | 0.87 | 0.43 |
| Hex | E | CE | BE | 5D | 0 | 8 | 13 | AF | 57 | 2B |
| Octal | 16 | 316 | 276 | 135 | 0 | 10 | 23 | 257 | 127 | 53 |
| Binary | 1110 | 11001110 | 10111110 | 1011101 | 0 | 1000 | 10011 | 10101111 | 1010111 | 101011 |
Color Harmonies of #0ECEBE
Complementary color
Monochromatic Colors of #0ECEBE
Black with #0ECEBE
Text Example
Text Example
White with #0ECEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEBE; }
p { color: rgb(14,206,190); }
H1.HeaderClassName
{
color: #0ECEBE;
}
.AnyTagClassName
{
color: #0ECEBE;
}
</style>
background-color css
<style>
a { background-color: #0ECEBE; }
a { background-color: rgb(14,206,190); }
div.DivClassName
{
background-color: #0ECEBE;
}
.BgClassName
{
background-color: #0ECEBE;
}
</style>
border-color css
<style>
span { border-color: #0ECEBE; }
span { border-color: rgb(14,206,190); }
td.TdClassName
{
border-color: #0ECEBE;
}
.TagClassName
{
border-color: #0ECEBE;
}
</style>