Shades of Robin's Egg Blue #0FE2BD
Tints of Robin's Egg Blue #0FE2BD
RGB
CMYK
RGB Variations
Color information
#0FE2BD (or 0x0FE2BD) is known color: Robin's Egg Blue. HEX triplet: 0F, E2 and BD. RGB value is (15,226,189). Sum of RGB (Red+Green+Blue) = 15+226+189=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2BD is #F01D42. Grayscale: #9E9E9E. Windows color (decimal): -15736131 or 12444175. OLE color: 12444175.
HSL color Cylindrical-coordinate representation of color #0FE2BD: hue angle of 169.48º 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 #0FE2BD is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 189 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.11 |
| HSL | 169.48º | 0.88% | 0.47% | - |
| HSV(B) | 169.48º | 0.93% | 0.89% | - |
| XYZ | 36.58 | 58.17 | 57.44 | - |
| YUV | 158.69 | 145.1 | 25.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 189 | 0.93 | 0 | 0.16 | 0.11 | 169.48 | 0.88 | 0.47 |
| Hex | F | E2 | BD | 5D | 0 | 10 | B | A9 | 58 | 2F |
| Octal | 17 | 342 | 275 | 135 | 0 | 20 | 13 | 251 | 130 | 57 |
| Binary | 1111 | 11100010 | 10111101 | 1011101 | 0 | 10000 | 1011 | 10101001 | 1011000 | 101111 |
Color Harmonies of #0FE2BD
Complementary color
Monochromatic Colors of #0FE2BD
Black with #0FE2BD
Text Example
Text Example
White with #0FE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2BD; }
p { color: rgb(15,226,189); }
H1.HeaderClassName
{
color: #0FE2BD;
}
.AnyTagClassName
{
color: #0FE2BD;
}
</style>
background-color css
<style>
a { background-color: #0FE2BD; }
a { background-color: rgb(15,226,189); }
div.DivClassName
{
background-color: #0FE2BD;
}
.BgClassName
{
background-color: #0FE2BD;
}
</style>
border-color css
<style>
span { border-color: #0FE2BD; }
span { border-color: rgb(15,226,189); }
td.TdClassName
{
border-color: #0FE2BD;
}
.TagClassName
{
border-color: #0FE2BD;
}
</style>