Shades of Robin's Egg Blue #0ECABB
Tints of Robin's Egg Blue #0ECABB
RGB
CMYK
RGB Variations
Color information
#0ECABB (or 0x0ECABB) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and BB. RGB value is (14,202,187). Sum of RGB (Red+Green+Blue) = 14+202+187=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECABB is #F13544. Grayscale: #8F8F8F. Windows color (decimal): -15807813 or 12306958. OLE color: 12306958.
HSL color Cylindrical-coordinate representation of color #0ECABB: hue angle of 175.21º 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 #0ECABB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 187 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.21 |
| HSL | 175.21º | 0.87% | 0.42% | - |
| HSV(B) | 175.21º | 0.93% | 0.79% | - |
| XYZ | 30.27 | 45.92 | 54.28 | - |
| YUV | 144.08 | 152.22 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 187 | 0.93 | 0 | 0.07 | 0.21 | 175.21 | 0.87 | 0.42 |
| Hex | E | CA | BB | 5D | 0 | 7 | 15 | AF | 57 | 2A |
| Octal | 16 | 312 | 273 | 135 | 0 | 7 | 25 | 257 | 127 | 52 |
| Binary | 1110 | 11001010 | 10111011 | 1011101 | 0 | 111 | 10101 | 10101111 | 1010111 | 101010 |
Color Harmonies of #0ECABB
Complementary color
Monochromatic Colors of #0ECABB
Black with #0ECABB
Text Example
Text Example
White with #0ECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECABB; }
p { color: rgb(14,202,187); }
H1.HeaderClassName
{
color: #0ECABB;
}
.AnyTagClassName
{
color: #0ECABB;
}
</style>
background-color css
<style>
a { background-color: #0ECABB; }
a { background-color: rgb(14,202,187); }
div.DivClassName
{
background-color: #0ECABB;
}
.BgClassName
{
background-color: #0ECABB;
}
</style>
border-color css
<style>
span { border-color: #0ECABB; }
span { border-color: rgb(14,202,187); }
td.TdClassName
{
border-color: #0ECABB;
}
.TagClassName
{
border-color: #0ECABB;
}
</style>