Shades of Robin's Egg Blue #0EE3BC
Tints of Robin's Egg Blue #0EE3BC
RGB
CMYK
RGB Variations
Color information
#0EE3BC (or 0x0EE3BC) is known color: Robin's Egg Blue. HEX triplet: 0E, E3 and BC. RGB value is (14,227,188). Sum of RGB (Red+Green+Blue) = 14+227+188=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE3BC is #F11C43. Grayscale: #9E9E9E. Windows color (decimal): -15801412 or 12378894. OLE color: 12378894.
HSL color Cylindrical-coordinate representation of color #0EE3BC: hue angle of 169.01º 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 #0EE3BC is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 188 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.11 |
| HSL | 169.01º | 0.88% | 0.47% | - |
| HSV(B) | 169.01º | 0.94% | 0.89% | - |
| XYZ | 36.73 | 58.66 | 56.96 | - |
| YUV | 158.87 | 144.43 | 24.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 188 | 0.94 | 0 | 0.17 | 0.11 | 169.01 | 0.88 | 0.47 |
| Hex | E | E3 | BC | 5E | 0 | 11 | B | A9 | 58 | 2F |
| Octal | 16 | 343 | 274 | 136 | 0 | 21 | 13 | 251 | 130 | 57 |
| Binary | 1110 | 11100011 | 10111100 | 1011110 | 0 | 10001 | 1011 | 10101001 | 1011000 | 101111 |
Color Harmonies of #0EE3BC
Complementary color
Monochromatic Colors of #0EE3BC
Black with #0EE3BC
Text Example
Text Example
White with #0EE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE3BC; }
p { color: rgb(14,227,188); }
H1.HeaderClassName
{
color: #0EE3BC;
}
.AnyTagClassName
{
color: #0EE3BC;
}
</style>
background-color css
<style>
a { background-color: #0EE3BC; }
a { background-color: rgb(14,227,188); }
div.DivClassName
{
background-color: #0EE3BC;
}
.BgClassName
{
background-color: #0EE3BC;
}
</style>
border-color css
<style>
span { border-color: #0EE3BC; }
span { border-color: rgb(14,227,188); }
td.TdClassName
{
border-color: #0EE3BC;
}
.TagClassName
{
border-color: #0EE3BC;
}
</style>