Shades of Robin's Egg Blue #05DFC0
Tints of Robin's Egg Blue #05DFC0
RGB
CMYK
RGB Variations
Color information
#05DFC0 (or 0x05DFC0) is known color: Robin's Egg Blue. HEX triplet: 05, DF and C0. RGB value is (5,223,192). Sum of RGB (Red+Green+Blue) = 5+223+192=420 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #05DFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DFC0 is #FA203F. Grayscale: #9A9A9A. Windows color (decimal): -16392256 or 12640005. OLE color: 12640005.
HSL color Cylindrical-coordinate representation of color #05DFC0: hue angle of 171.47º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFC0 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 192 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.13 |
| HSL | 171.47º | 0.96% | 0.45% | - |
| HSV(B) | 171.47º | 0.98% | 0.87% | - |
| XYZ | 35.96 | 56.61 | 58.9 | - |
| YUV | 154.28 | 149.28 | 21.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 192 | 0.98 | 0 | 0.14 | 0.13 | 171.47 | 0.96 | 0.45 |
| Hex | 5 | DF | C0 | 62 | 0 | E | D | AB | 60 | 2D |
| Octal | 5 | 337 | 300 | 142 | 0 | 16 | 15 | 253 | 140 | 55 |
| Binary | 101 | 11011111 | 11000000 | 1100010 | 0 | 1110 | 1101 | 10101011 | 1100000 | 101101 |
Color Harmonies of #05DFC0
Complementary color
Monochromatic Colors of #05DFC0
Black with #05DFC0
Text Example
Text Example
White with #05DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFC0; }
p { color: rgb(5,223,192); }
H1.HeaderClassName
{
color: #05DFC0;
}
.AnyTagClassName
{
color: #05DFC0;
}
</style>
background-color css
<style>
a { background-color: #05DFC0; }
a { background-color: rgb(5,223,192); }
div.DivClassName
{
background-color: #05DFC0;
}
.BgClassName
{
background-color: #05DFC0;
}
</style>
border-color css
<style>
span { border-color: #05DFC0; }
span { border-color: rgb(5,223,192); }
td.TdClassName
{
border-color: #05DFC0;
}
.TagClassName
{
border-color: #05DFC0;
}
</style>