Shades of Robin's Egg Blue #0FE6BA
Tints of Robin's Egg Blue #0FE6BA
RGB
CMYK
RGB Variations
Color information
#0FE6BA (or 0x0FE6BA) is known color: Robin's Egg Blue. HEX triplet: 0F, E6 and BA. RGB value is (15,230,186). Sum of RGB (Red+Green+Blue) = 15+230+186=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE6BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE6BA is #F01945. Grayscale: #A0A0A0. Windows color (decimal): -15735110 or 12248591. OLE color: 12248591.
HSL color Cylindrical-coordinate representation of color #0FE6BA: hue angle of 167.72º 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 #0FE6BA is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 186 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.10 |
| HSL | 167.72º | 0.88% | 0.48% | - |
| HSV(B) | 167.72º | 0.93% | 0.9% | - |
| XYZ | 37.36 | 60.24 | 56.11 | - |
| YUV | 160.7 | 142.27 | 24.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 186 | 0.93 | 0 | 0.19 | 0.10 | 167.72 | 0.88 | 0.48 |
| Hex | F | E6 | BA | 5D | 0 | 13 | A | A8 | 58 | 30 |
| Octal | 17 | 346 | 272 | 135 | 0 | 23 | 12 | 250 | 130 | 60 |
| Binary | 1111 | 11100110 | 10111010 | 1011101 | 0 | 10011 | 1010 | 10101000 | 1011000 | 110000 |
Color Harmonies of #0FE6BA
Complementary color
Monochromatic Colors of #0FE6BA
Black with #0FE6BA
Text Example
Text Example
White with #0FE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE6BA; }
p { color: rgb(15,230,186); }
H1.HeaderClassName
{
color: #0FE6BA;
}
.AnyTagClassName
{
color: #0FE6BA;
}
</style>
background-color css
<style>
a { background-color: #0FE6BA; }
a { background-color: rgb(15,230,186); }
div.DivClassName
{
background-color: #0FE6BA;
}
.BgClassName
{
background-color: #0FE6BA;
}
</style>
border-color css
<style>
span { border-color: #0FE6BA; }
span { border-color: rgb(15,230,186); }
td.TdClassName
{
border-color: #0FE6BA;
}
.TagClassName
{
border-color: #0FE6BA;
}
</style>