Shades of Robin's Egg Blue #0FE4BC
Tints of Robin's Egg Blue #0FE4BC
RGB
CMYK
RGB Variations
Color information
#0FE4BC (or 0x0FE4BC) is known color: Robin's Egg Blue. HEX triplet: 0F, E4 and BC. RGB value is (15,228,188). Sum of RGB (Red+Green+Blue) = 15+228+188=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4BC is #F01B43. Grayscale: #9F9F9F. Windows color (decimal): -15735620 or 12379151. OLE color: 12379151.
HSL color Cylindrical-coordinate representation of color #0FE4BC: hue angle of 168.73º 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 #0FE4BC is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 188 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.11 |
| HSL | 168.73º | 0.88% | 0.48% | - |
| HSV(B) | 168.73º | 0.93% | 0.89% | - |
| XYZ | 37.02 | 59.22 | 57.06 | - |
| YUV | 159.75 | 143.93 | 24.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 188 | 0.93 | 0 | 0.18 | 0.11 | 168.73 | 0.88 | 0.48 |
| Hex | F | E4 | BC | 5D | 0 | 12 | B | A9 | 58 | 30 |
| Octal | 17 | 344 | 274 | 135 | 0 | 22 | 13 | 251 | 130 | 60 |
| Binary | 1111 | 11100100 | 10111100 | 1011101 | 0 | 10010 | 1011 | 10101001 | 1011000 | 110000 |
Color Harmonies of #0FE4BC
Complementary color
Monochromatic Colors of #0FE4BC
Black with #0FE4BC
Text Example
Text Example
White with #0FE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4BC; }
p { color: rgb(15,228,188); }
H1.HeaderClassName
{
color: #0FE4BC;
}
.AnyTagClassName
{
color: #0FE4BC;
}
</style>
background-color css
<style>
a { background-color: #0FE4BC; }
a { background-color: rgb(15,228,188); }
div.DivClassName
{
background-color: #0FE4BC;
}
.BgClassName
{
background-color: #0FE4BC;
}
</style>
border-color css
<style>
span { border-color: #0FE4BC; }
span { border-color: rgb(15,228,188); }
td.TdClassName
{
border-color: #0FE4BC;
}
.TagClassName
{
border-color: #0FE4BC;
}
</style>