Shades of Robin's Egg Blue #0EC5CA
Tints of Robin's Egg Blue #0EC5CA
RGB
CMYK
RGB Variations
Color information
#0EC5CA (or 0x0EC5CA) is known color: Robin's Egg Blue. HEX triplet: 0E, C5 and CA. RGB value is (14,197,202). Sum of RGB (Red+Green+Blue) = 14+197+202=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #0EC5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC5CA is #F13A35. Grayscale: #8E8E8E. Windows color (decimal): -15809078 or 13288718. OLE color: 13288718.
HSL color Cylindrical-coordinate representation of color #0EC5CA: hue angle of 181.6º 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 #0EC5CA is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 197 | 202 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.21 |
| HSL | 181.6º | 0.87% | 0.42% | - |
| HSV(B) | 181.6º | 0.93% | 0.79% | - |
| XYZ | 30.81 | 44.29 | 62.8 | - |
| YUV | 142.85 | 161.37 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 202 | 0.93 | 0.02 | 0 | 0.21 | 181.6 | 0.87 | 0.42 |
| Hex | E | C5 | CA | 5D | 2 | 0 | 15 | B6 | 57 | 2A |
| Octal | 16 | 305 | 312 | 135 | 2 | 0 | 25 | 266 | 127 | 52 |
| Binary | 1110 | 11000101 | 11001010 | 1011101 | 10 | 0 | 10101 | 10110110 | 1010111 | 101010 |
Color Harmonies of #0EC5CA
Complementary color
Monochromatic Colors of #0EC5CA
Black with #0EC5CA
Text Example
Text Example
White with #0EC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC5CA; }
p { color: rgb(14,197,202); }
H1.HeaderClassName
{
color: #0EC5CA;
}
.AnyTagClassName
{
color: #0EC5CA;
}
</style>
background-color css
<style>
a { background-color: #0EC5CA; }
a { background-color: rgb(14,197,202); }
div.DivClassName
{
background-color: #0EC5CA;
}
.BgClassName
{
background-color: #0EC5CA;
}
</style>
border-color css
<style>
span { border-color: #0EC5CA; }
span { border-color: rgb(14,197,202); }
td.TdClassName
{
border-color: #0EC5CA;
}
.TagClassName
{
border-color: #0EC5CA;
}
</style>