Shades of Robin's Egg Blue #0EE1BF
Tints of Robin's Egg Blue #0EE1BF
RGB
CMYK
RGB Variations
Color information
#0EE1BF (or 0x0EE1BF) is known color: Robin's Egg Blue. HEX triplet: 0E, E1 and BF. RGB value is (14,225,191). Sum of RGB (Red+Green+Blue) = 14+225+191=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE1BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE1BF is #F11E40. Grayscale: #9D9D9D. Windows color (decimal): -15801921 or 12574990. OLE color: 12574990.
HSL color Cylindrical-coordinate representation of color #0EE1BF: hue angle of 170.33º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE1BF is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 191 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.12 |
| HSL | 170.33º | 0.88% | 0.47% | - |
| HSV(B) | 170.33º | 0.94% | 0.88% | - |
| XYZ | 36.51 | 57.71 | 58.5 | - |
| YUV | 158.04 | 146.6 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 191 | 0.94 | 0 | 0.15 | 0.12 | 170.33 | 0.88 | 0.47 |
| Hex | E | E1 | BF | 5E | 0 | F | C | AA | 58 | 2F |
| Octal | 16 | 341 | 277 | 136 | 0 | 17 | 14 | 252 | 130 | 57 |
| Binary | 1110 | 11100001 | 10111111 | 1011110 | 0 | 1111 | 1100 | 10101010 | 1011000 | 101111 |
Color Harmonies of #0EE1BF
Complementary color
Monochromatic Colors of #0EE1BF
Black with #0EE1BF
Text Example
Text Example
White with #0EE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE1BF; }
p { color: rgb(14,225,191); }
H1.HeaderClassName
{
color: #0EE1BF;
}
.AnyTagClassName
{
color: #0EE1BF;
}
</style>
background-color css
<style>
a { background-color: #0EE1BF; }
a { background-color: rgb(14,225,191); }
div.DivClassName
{
background-color: #0EE1BF;
}
.BgClassName
{
background-color: #0EE1BF;
}
</style>
border-color css
<style>
span { border-color: #0EE1BF; }
span { border-color: rgb(14,225,191); }
td.TdClassName
{
border-color: #0EE1BF;
}
.TagClassName
{
border-color: #0EE1BF;
}
</style>