Shades of Robin's Egg Blue #0FDEBC
Tints of Robin's Egg Blue #0FDEBC
RGB
CMYK
RGB Variations
Color information
#0FDEBC (or 0x0FDEBC) is known color: Robin's Egg Blue. HEX triplet: 0F, DE and BC. RGB value is (15,222,188). Sum of RGB (Red+Green+Blue) = 15+222+188=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEBC is #F02143. Grayscale: #9C9C9C. Windows color (decimal): -15737156 or 12377615. OLE color: 12377615.
HSL color Cylindrical-coordinate representation of color #0FDEBC: hue angle of 170.14º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEBC is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 188 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.13 |
| HSL | 170.14º | 0.87% | 0.46% | - |
| HSV(B) | 170.14º | 0.93% | 0.87% | - |
| XYZ | 35.4 | 55.97 | 56.52 | - |
| YUV | 156.23 | 145.92 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 188 | 0.93 | 0 | 0.15 | 0.13 | 170.14 | 0.87 | 0.46 |
| Hex | F | DE | BC | 5D | 0 | F | D | AA | 57 | 2E |
| Octal | 17 | 336 | 274 | 135 | 0 | 17 | 15 | 252 | 127 | 56 |
| Binary | 1111 | 11011110 | 10111100 | 1011101 | 0 | 1111 | 1101 | 10101010 | 1010111 | 101110 |
Color Harmonies of #0FDEBC
Complementary color
Monochromatic Colors of #0FDEBC
Black with #0FDEBC
Text Example
Text Example
White with #0FDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEBC; }
p { color: rgb(15,222,188); }
H1.HeaderClassName
{
color: #0FDEBC;
}
.AnyTagClassName
{
color: #0FDEBC;
}
</style>
background-color css
<style>
a { background-color: #0FDEBC; }
a { background-color: rgb(15,222,188); }
div.DivClassName
{
background-color: #0FDEBC;
}
.BgClassName
{
background-color: #0FDEBC;
}
</style>
border-color css
<style>
span { border-color: #0FDEBC; }
span { border-color: rgb(15,222,188); }
td.TdClassName
{
border-color: #0FDEBC;
}
.TagClassName
{
border-color: #0FDEBC;
}
</style>