Shades of Robin's Egg Blue #0FE4BA
Tints of Robin's Egg Blue #0FE4BA
RGB
CMYK
RGB Variations
Color information
#0FE4BA (or 0x0FE4BA) is known color: Robin's Egg Blue. HEX triplet: 0F, E4 and BA. RGB value is (15,228,186). Sum of RGB (Red+Green+Blue) = 15+228+186=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4BA is #F01B45. Grayscale: #9F9F9F. Windows color (decimal): -15735622 or 12248079. OLE color: 12248079.
HSL color Cylindrical-coordinate representation of color #0FE4BA: hue angle of 168.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4BA is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 186 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.11 |
| HSL | 168.17º | 0.88% | 0.48% | - |
| HSV(B) | 168.17º | 0.93% | 0.89% | - |
| XYZ | 36.8 | 59.13 | 55.93 | - |
| YUV | 159.53 | 142.93 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 186 | 0.93 | 0 | 0.18 | 0.11 | 168.17 | 0.88 | 0.48 |
| Hex | F | E4 | BA | 5D | 0 | 12 | B | A8 | 58 | 30 |
| Octal | 17 | 344 | 272 | 135 | 0 | 22 | 13 | 250 | 130 | 60 |
| Binary | 1111 | 11100100 | 10111010 | 1011101 | 0 | 10010 | 1011 | 10101000 | 1011000 | 110000 |
Color Harmonies of #0FE4BA
Complementary color
Monochromatic Colors of #0FE4BA
Black with #0FE4BA
Text Example
Text Example
White with #0FE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4BA; }
p { color: rgb(15,228,186); }
H1.HeaderClassName
{
color: #0FE4BA;
}
.AnyTagClassName
{
color: #0FE4BA;
}
</style>
background-color css
<style>
a { background-color: #0FE4BA; }
a { background-color: rgb(15,228,186); }
div.DivClassName
{
background-color: #0FE4BA;
}
.BgClassName
{
background-color: #0FE4BA;
}
</style>
border-color css
<style>
span { border-color: #0FE4BA; }
span { border-color: rgb(15,228,186); }
td.TdClassName
{
border-color: #0FE4BA;
}
.TagClassName
{
border-color: #0FE4BA;
}
</style>