Shades of Robin's Egg Blue #0ECFBA
Tints of Robin's Egg Blue #0ECFBA
RGB
CMYK
RGB Variations
Color information
#0ECFBA (or 0x0ECFBA) is known color: Robin's Egg Blue. HEX triplet: 0E, CF and BA. RGB value is (14,207,186). Sum of RGB (Red+Green+Blue) = 14+207+186=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFBA is #F13045. Grayscale: #929292. Windows color (decimal): -15806534 or 12242702. OLE color: 12242702.
HSL color Cylindrical-coordinate representation of color #0ECFBA: hue angle of 173.47º 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 #0ECFBA is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 207 | 186 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.19 |
| HSL | 173.47º | 0.87% | 0.43% | - |
| HSV(B) | 173.47º | 0.93% | 0.81% | - |
| XYZ | 31.36 | 48.26 | 54.12 | - |
| YUV | 146.9 | 150.06 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 186 | 0.93 | 0 | 0.10 | 0.19 | 173.47 | 0.87 | 0.43 |
| Hex | E | CF | BA | 5D | 0 | A | 13 | AD | 57 | 2B |
| Octal | 16 | 317 | 272 | 135 | 0 | 12 | 23 | 255 | 127 | 53 |
| Binary | 1110 | 11001111 | 10111010 | 1011101 | 0 | 1010 | 10011 | 10101101 | 1010111 | 101011 |
Color Harmonies of #0ECFBA
Complementary color
Monochromatic Colors of #0ECFBA
Black with #0ECFBA
Text Example
Text Example
White with #0ECFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFBA; }
p { color: rgb(14,207,186); }
H1.HeaderClassName
{
color: #0ECFBA;
}
.AnyTagClassName
{
color: #0ECFBA;
}
</style>
background-color css
<style>
a { background-color: #0ECFBA; }
a { background-color: rgb(14,207,186); }
div.DivClassName
{
background-color: #0ECFBA;
}
.BgClassName
{
background-color: #0ECFBA;
}
</style>
border-color css
<style>
span { border-color: #0ECFBA; }
span { border-color: rgb(14,207,186); }
td.TdClassName
{
border-color: #0ECFBA;
}
.TagClassName
{
border-color: #0ECFBA;
}
</style>