Shades of Robin's Egg Blue #0EC5C6
Tints of Robin's Egg Blue #0EC5C6
RGB
CMYK
RGB Variations
Color information
#0EC5C6 (or 0x0EC5C6) is known color: Robin's Egg Blue. HEX triplet: 0E, C5 and C6. RGB value is (14,197,198). Sum of RGB (Red+Green+Blue) = 14+197+198=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #0EC5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC5C6 is #F13A39. Grayscale: #8E8E8E. Windows color (decimal): -15809082 or 13026574. OLE color: 13026574.
HSL color Cylindrical-coordinate representation of color #0EC5C6: hue angle of 180.33º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC5C6 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 197 | 198 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.22 |
| HSL | 180.33º | 0.87% | 0.42% | - |
| HSV(B) | 180.33º | 0.93% | 0.78% | - |
| XYZ | 30.34 | 44.1 | 60.34 | - |
| YUV | 142.4 | 159.37 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 198 | 0.93 | 0.01 | 0 | 0.22 | 180.33 | 0.87 | 0.42 |
| Hex | E | C5 | C6 | 5D | 1 | 0 | 16 | B4 | 57 | 2A |
| Octal | 16 | 305 | 306 | 135 | 1 | 0 | 26 | 264 | 127 | 52 |
| Binary | 1110 | 11000101 | 11000110 | 1011101 | 1 | 0 | 10110 | 10110100 | 1010111 | 101010 |
Color Harmonies of #0EC5C6
Complementary color
Monochromatic Colors of #0EC5C6
Black with #0EC5C6
Text Example
Text Example
White with #0EC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC5C6; }
p { color: rgb(14,197,198); }
H1.HeaderClassName
{
color: #0EC5C6;
}
.AnyTagClassName
{
color: #0EC5C6;
}
</style>
background-color css
<style>
a { background-color: #0EC5C6; }
a { background-color: rgb(14,197,198); }
div.DivClassName
{
background-color: #0EC5C6;
}
.BgClassName
{
background-color: #0EC5C6;
}
</style>
border-color css
<style>
span { border-color: #0EC5C6; }
span { border-color: rgb(14,197,198); }
td.TdClassName
{
border-color: #0EC5C6;
}
.TagClassName
{
border-color: #0EC5C6;
}
</style>