Shades of Robin's Egg Blue #0FE2BB
Tints of Robin's Egg Blue #0FE2BB
RGB
CMYK
RGB Variations
Color information
#0FE2BB (or 0x0FE2BB) is known color: Robin's Egg Blue. HEX triplet: 0F, E2 and BB. RGB value is (15,226,187). Sum of RGB (Red+Green+Blue) = 15+226+187=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2BB is #F01D44. Grayscale: #9E9E9E. Windows color (decimal): -15736133 or 12313103. OLE color: 12313103.
HSL color Cylindrical-coordinate representation of color #0FE2BB: hue angle of 168.91º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE2BB is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 187 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.11 |
| HSL | 168.91º | 0.88% | 0.47% | - |
| HSV(B) | 168.91º | 0.93% | 0.89% | - |
| XYZ | 36.36 | 58.08 | 56.31 | - |
| YUV | 158.47 | 144.1 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 187 | 0.93 | 0 | 0.17 | 0.11 | 168.91 | 0.88 | 0.47 |
| Hex | F | E2 | BB | 5D | 0 | 11 | B | A9 | 58 | 2F |
| Octal | 17 | 342 | 273 | 135 | 0 | 21 | 13 | 251 | 130 | 57 |
| Binary | 1111 | 11100010 | 10111011 | 1011101 | 0 | 10001 | 1011 | 10101001 | 1011000 | 101111 |
Color Harmonies of #0FE2BB
Complementary color
Monochromatic Colors of #0FE2BB
Black with #0FE2BB
Text Example
Text Example
White with #0FE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2BB; }
p { color: rgb(15,226,187); }
H1.HeaderClassName
{
color: #0FE2BB;
}
.AnyTagClassName
{
color: #0FE2BB;
}
</style>
background-color css
<style>
a { background-color: #0FE2BB; }
a { background-color: rgb(15,226,187); }
div.DivClassName
{
background-color: #0FE2BB;
}
.BgClassName
{
background-color: #0FE2BB;
}
</style>
border-color css
<style>
span { border-color: #0FE2BB; }
span { border-color: rgb(15,226,187); }
td.TdClassName
{
border-color: #0FE2BB;
}
.TagClassName
{
border-color: #0FE2BB;
}
</style>