Shades of Robin's Egg Blue #0FE5BA
Tints of Robin's Egg Blue #0FE5BA
RGB
CMYK
RGB Variations
Color information
#0FE5BA (or 0x0FE5BA) is known color: Robin's Egg Blue. HEX triplet: 0F, E5 and BA. RGB value is (15,229,186). Sum of RGB (Red+Green+Blue) = 15+229+186=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5BA is #F01A45. Grayscale: #A0A0A0. Windows color (decimal): -15735366 or 12248335. OLE color: 12248335.
HSL color Cylindrical-coordinate representation of color #0FE5BA: hue angle of 167.94º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE5BA is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 186 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.10 |
| HSL | 167.94º | 0.88% | 0.48% | - |
| HSV(B) | 167.94º | 0.93% | 0.9% | - |
| XYZ | 37.08 | 59.69 | 56.02 | - |
| YUV | 160.11 | 142.6 | 24.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 186 | 0.93 | 0 | 0.19 | 0.10 | 167.94 | 0.88 | 0.48 |
| Hex | F | E5 | BA | 5D | 0 | 13 | A | A8 | 58 | 30 |
| Octal | 17 | 345 | 272 | 135 | 0 | 23 | 12 | 250 | 130 | 60 |
| Binary | 1111 | 11100101 | 10111010 | 1011101 | 0 | 10011 | 1010 | 10101000 | 1011000 | 110000 |
Color Harmonies of #0FE5BA
Complementary color
Monochromatic Colors of #0FE5BA
Black with #0FE5BA
Text Example
Text Example
White with #0FE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5BA; }
p { color: rgb(15,229,186); }
H1.HeaderClassName
{
color: #0FE5BA;
}
.AnyTagClassName
{
color: #0FE5BA;
}
</style>
background-color css
<style>
a { background-color: #0FE5BA; }
a { background-color: rgb(15,229,186); }
div.DivClassName
{
background-color: #0FE5BA;
}
.BgClassName
{
background-color: #0FE5BA;
}
</style>
border-color css
<style>
span { border-color: #0FE5BA; }
span { border-color: rgb(15,229,186); }
td.TdClassName
{
border-color: #0FE5BA;
}
.TagClassName
{
border-color: #0FE5BA;
}
</style>