Shades of Robin's Egg Blue #0FE1BF
Tints of Robin's Egg Blue #0FE1BF
RGB
CMYK
RGB Variations
Color information
#0FE1BF (or 0x0FE1BF) is known color: Robin's Egg Blue. HEX triplet: 0F, E1 and BF. RGB value is (15,225,191). Sum of RGB (Red+Green+Blue) = 15+225+191=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1BF is #F01E40. Grayscale: #9E9E9E. Windows color (decimal): -15736385 or 12574991. OLE color: 12574991.
HSL color Cylindrical-coordinate representation of color #0FE1BF: hue angle of 170.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1BF is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 191 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.12 |
| HSL | 170.29º | 0.88% | 0.47% | - |
| HSV(B) | 170.29º | 0.93% | 0.88% | - |
| XYZ | 36.53 | 57.71 | 58.5 | - |
| YUV | 158.33 | 146.43 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 191 | 0.93 | 0 | 0.15 | 0.12 | 170.29 | 0.88 | 0.47 |
| Hex | F | E1 | BF | 5D | 0 | F | C | AA | 58 | 2F |
| Octal | 17 | 341 | 277 | 135 | 0 | 17 | 14 | 252 | 130 | 57 |
| Binary | 1111 | 11100001 | 10111111 | 1011101 | 0 | 1111 | 1100 | 10101010 | 1011000 | 101111 |
Color Harmonies of #0FE1BF
Complementary color
Monochromatic Colors of #0FE1BF
Black with #0FE1BF
Text Example
Text Example
White with #0FE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1BF; }
p { color: rgb(15,225,191); }
H1.HeaderClassName
{
color: #0FE1BF;
}
.AnyTagClassName
{
color: #0FE1BF;
}
</style>
background-color css
<style>
a { background-color: #0FE1BF; }
a { background-color: rgb(15,225,191); }
div.DivClassName
{
background-color: #0FE1BF;
}
.BgClassName
{
background-color: #0FE1BF;
}
</style>
border-color css
<style>
span { border-color: #0FE1BF; }
span { border-color: rgb(15,225,191); }
td.TdClassName
{
border-color: #0FE1BF;
}
.TagClassName
{
border-color: #0FE1BF;
}
</style>