Shades of Robin's Egg Blue #0ECABF
Tints of Robin's Egg Blue #0ECABF
RGB
CMYK
RGB Variations
Color information
#0ECABF (or 0x0ECABF) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and BF. RGB value is (14,202,191). Sum of RGB (Red+Green+Blue) = 14+202+191=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECABF is #F13540. Grayscale: #909090. Windows color (decimal): -15807809 or 12569102. OLE color: 12569102.
HSL color Cylindrical-coordinate representation of color #0ECABF: hue angle of 176.49º 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 #0ECABF is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 191 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.21 |
| HSL | 176.49º | 0.87% | 0.42% | - |
| HSV(B) | 176.49º | 0.93% | 0.79% | - |
| XYZ | 30.71 | 46.1 | 56.57 | - |
| YUV | 144.53 | 154.22 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 191 | 0.93 | 0 | 0.05 | 0.21 | 176.49 | 0.87 | 0.42 |
| Hex | E | CA | BF | 5D | 0 | 5 | 15 | B0 | 57 | 2A |
| Octal | 16 | 312 | 277 | 135 | 0 | 5 | 25 | 260 | 127 | 52 |
| Binary | 1110 | 11001010 | 10111111 | 1011101 | 0 | 101 | 10101 | 10110000 | 1010111 | 101010 |
Color Harmonies of #0ECABF
Complementary color
Monochromatic Colors of #0ECABF
Black with #0ECABF
Text Example
Text Example
White with #0ECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECABF; }
p { color: rgb(14,202,191); }
H1.HeaderClassName
{
color: #0ECABF;
}
.AnyTagClassName
{
color: #0ECABF;
}
</style>
background-color css
<style>
a { background-color: #0ECABF; }
a { background-color: rgb(14,202,191); }
div.DivClassName
{
background-color: #0ECABF;
}
.BgClassName
{
background-color: #0ECABF;
}
</style>
border-color css
<style>
span { border-color: #0ECABF; }
span { border-color: rgb(14,202,191); }
td.TdClassName
{
border-color: #0ECABF;
}
.TagClassName
{
border-color: #0ECABF;
}
</style>