Shades of Robin's Egg Blue #0FE4BB
Tints of Robin's Egg Blue #0FE4BB
RGB
CMYK
RGB Variations
Color information
#0FE4BB (or 0x0FE4BB) is known color: Robin's Egg Blue. HEX triplet: 0F, E4 and BB. RGB value is (15,228,187). Sum of RGB (Red+Green+Blue) = 15+228+187=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4BB is #F01B44. Grayscale: #9F9F9F. Windows color (decimal): -15735621 or 12313615. OLE color: 12313615.
HSL color Cylindrical-coordinate representation of color #0FE4BB: hue angle of 168.45º 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 #0FE4BB is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 187 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.11 |
| HSL | 168.45º | 0.88% | 0.48% | - |
| HSV(B) | 168.45º | 0.93% | 0.89% | - |
| XYZ | 36.91 | 59.18 | 56.49 | - |
| YUV | 159.64 | 143.43 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 187 | 0.93 | 0 | 0.18 | 0.11 | 168.45 | 0.88 | 0.48 |
| Hex | F | E4 | BB | 5D | 0 | 12 | B | A8 | 58 | 30 |
| Octal | 17 | 344 | 273 | 135 | 0 | 22 | 13 | 250 | 130 | 60 |
| Binary | 1111 | 11100100 | 10111011 | 1011101 | 0 | 10010 | 1011 | 10101000 | 1011000 | 110000 |
Color Harmonies of #0FE4BB
Complementary color
Monochromatic Colors of #0FE4BB
Black with #0FE4BB
Text Example
Text Example
White with #0FE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4BB; }
p { color: rgb(15,228,187); }
H1.HeaderClassName
{
color: #0FE4BB;
}
.AnyTagClassName
{
color: #0FE4BB;
}
</style>
background-color css
<style>
a { background-color: #0FE4BB; }
a { background-color: rgb(15,228,187); }
div.DivClassName
{
background-color: #0FE4BB;
}
.BgClassName
{
background-color: #0FE4BB;
}
</style>
border-color css
<style>
span { border-color: #0FE4BB; }
span { border-color: rgb(15,228,187); }
td.TdClassName
{
border-color: #0FE4BB;
}
.TagClassName
{
border-color: #0FE4BB;
}
</style>