Shades of Robin's Egg Blue #0EE4BC
Tints of Robin's Egg Blue #0EE4BC
RGB
CMYK
RGB Variations
Color information
#0EE4BC (or 0x0EE4BC) is known color: Robin's Egg Blue. HEX triplet: 0E, E4 and BC. RGB value is (14,228,188). Sum of RGB (Red+Green+Blue) = 14+228+188=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE4BC is #F11B43. Grayscale: #9F9F9F. Windows color (decimal): -15801156 or 12379150. OLE color: 12379150.
HSL color Cylindrical-coordinate representation of color #0EE4BC: hue angle of 168.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE4BC is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 228 | 188 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.11 |
| HSL | 168.79º | 0.88% | 0.47% | - |
| HSV(B) | 168.79º | 0.94% | 0.89% | - |
| XYZ | 37 | 59.21 | 57.06 | - |
| YUV | 159.45 | 144.1 | 24.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 188 | 0.94 | 0 | 0.18 | 0.11 | 168.79 | 0.88 | 0.47 |
| Hex | E | E4 | BC | 5E | 0 | 12 | B | A9 | 58 | 2F |
| Octal | 16 | 344 | 274 | 136 | 0 | 22 | 13 | 251 | 130 | 57 |
| Binary | 1110 | 11100100 | 10111100 | 1011110 | 0 | 10010 | 1011 | 10101001 | 1011000 | 101111 |
Color Harmonies of #0EE4BC
Complementary color
Monochromatic Colors of #0EE4BC
Black with #0EE4BC
Text Example
Text Example
White with #0EE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE4BC; }
p { color: rgb(14,228,188); }
H1.HeaderClassName
{
color: #0EE4BC;
}
.AnyTagClassName
{
color: #0EE4BC;
}
</style>
background-color css
<style>
a { background-color: #0EE4BC; }
a { background-color: rgb(14,228,188); }
div.DivClassName
{
background-color: #0EE4BC;
}
.BgClassName
{
background-color: #0EE4BC;
}
</style>
border-color css
<style>
span { border-color: #0EE4BC; }
span { border-color: rgb(14,228,188); }
td.TdClassName
{
border-color: #0EE4BC;
}
.TagClassName
{
border-color: #0EE4BC;
}
</style>