Shades of Robin's Egg Blue #0FE1BD
Tints of Robin's Egg Blue #0FE1BD
RGB
CMYK
RGB Variations
Color information
#0FE1BD (or 0x0FE1BD) is known color: Robin's Egg Blue. HEX triplet: 0F, E1 and BD. RGB value is (15,225,189). Sum of RGB (Red+Green+Blue) = 15+225+189=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1BD is #F01E42. Grayscale: #9E9E9E. Windows color (decimal): -15736387 or 12443919. OLE color: 12443919.
HSL color Cylindrical-coordinate representation of color #0FE1BD: hue angle of 169.71º 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 #0FE1BD is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 189 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.12 |
| HSL | 169.71º | 0.88% | 0.47% | - |
| HSV(B) | 169.71º | 0.93% | 0.88% | - |
| XYZ | 36.31 | 57.63 | 57.35 | - |
| YUV | 158.11 | 145.43 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 189 | 0.93 | 0 | 0.16 | 0.12 | 169.71 | 0.88 | 0.47 |
| Hex | F | E1 | BD | 5D | 0 | 10 | C | AA | 58 | 2F |
| Octal | 17 | 341 | 275 | 135 | 0 | 20 | 14 | 252 | 130 | 57 |
| Binary | 1111 | 11100001 | 10111101 | 1011101 | 0 | 10000 | 1100 | 10101010 | 1011000 | 101111 |
Color Harmonies of #0FE1BD
Complementary color
Monochromatic Colors of #0FE1BD
Black with #0FE1BD
Text Example
Text Example
White with #0FE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1BD; }
p { color: rgb(15,225,189); }
H1.HeaderClassName
{
color: #0FE1BD;
}
.AnyTagClassName
{
color: #0FE1BD;
}
</style>
background-color css
<style>
a { background-color: #0FE1BD; }
a { background-color: rgb(15,225,189); }
div.DivClassName
{
background-color: #0FE1BD;
}
.BgClassName
{
background-color: #0FE1BD;
}
</style>
border-color css
<style>
span { border-color: #0FE1BD; }
span { border-color: rgb(15,225,189); }
td.TdClassName
{
border-color: #0FE1BD;
}
.TagClassName
{
border-color: #0FE1BD;
}
</style>