Shades of Robin's Egg Blue #0FDFC0
Tints of Robin's Egg Blue #0FDFC0
RGB
CMYK
RGB Variations
Color information
#0FDFC0 (or 0x0FDFC0) is known color: Robin's Egg Blue. HEX triplet: 0F, DF and C0. RGB value is (15,223,192). Sum of RGB (Red+Green+Blue) = 15+223+192=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFC0 is #F0203F. Grayscale: #9D9D9D. Windows color (decimal): -15736896 or 12640015. OLE color: 12640015.
HSL color Cylindrical-coordinate representation of color #0FDFC0: hue angle of 171.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFC0 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 192 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.13 |
| HSL | 171.06º | 0.87% | 0.47% | - |
| HSV(B) | 171.06º | 0.93% | 0.87% | - |
| XYZ | 36.1 | 56.68 | 58.91 | - |
| YUV | 157.27 | 147.59 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 192 | 0.93 | 0 | 0.14 | 0.13 | 171.06 | 0.87 | 0.47 |
| Hex | F | DF | C0 | 5D | 0 | E | D | AB | 57 | 2F |
| Octal | 17 | 337 | 300 | 135 | 0 | 16 | 15 | 253 | 127 | 57 |
| Binary | 1111 | 11011111 | 11000000 | 1011101 | 0 | 1110 | 1101 | 10101011 | 1010111 | 101111 |
Color Harmonies of #0FDFC0
Complementary color
Monochromatic Colors of #0FDFC0
Black with #0FDFC0
Text Example
Text Example
White with #0FDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFC0; }
p { color: rgb(15,223,192); }
H1.HeaderClassName
{
color: #0FDFC0;
}
.AnyTagClassName
{
color: #0FDFC0;
}
</style>
background-color css
<style>
a { background-color: #0FDFC0; }
a { background-color: rgb(15,223,192); }
div.DivClassName
{
background-color: #0FDFC0;
}
.BgClassName
{
background-color: #0FDFC0;
}
</style>
border-color css
<style>
span { border-color: #0FDFC0; }
span { border-color: rgb(15,223,192); }
td.TdClassName
{
border-color: #0FDFC0;
}
.TagClassName
{
border-color: #0FDFC0;
}
</style>