Shades of Robin's Egg Blue #05D8C7
Tints of Robin's Egg Blue #05D8C7
RGB
CMYK
RGB Variations
Color information
#05D8C7 (or 0x05D8C7) is known color: Robin's Egg Blue. HEX triplet: 05, D8 and C7. RGB value is (5,216,199). Sum of RGB (Red+Green+Blue) = 5+216+199=420 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #05D8C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D8C7 is #FA2738. Grayscale: #969696. Windows color (decimal): -16394041 or 13096965. OLE color: 13096965.
HSL color Cylindrical-coordinate representation of color #05D8C7: hue angle of 175.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D8C7 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 216 | 199 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.15 |
| HSL | 175.17º | 0.95% | 0.43% | - |
| HSV(B) | 175.17º | 0.98% | 0.85% | - |
| XYZ | 34.93 | 53.27 | 62.47 | - |
| YUV | 150.97 | 155.1 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 216 | 199 | 0.98 | 0 | 0.08 | 0.15 | 175.17 | 0.95 | 0.43 |
| Hex | 5 | D8 | C7 | 62 | 0 | 8 | F | AF | 5F | 2B |
| Octal | 5 | 330 | 307 | 142 | 0 | 10 | 17 | 257 | 137 | 53 |
| Binary | 101 | 11011000 | 11000111 | 1100010 | 0 | 1000 | 1111 | 10101111 | 1011111 | 101011 |
Color Harmonies of #05D8C7
Complementary color
Monochromatic Colors of #05D8C7
Black with #05D8C7
Text Example
Text Example
White with #05D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D8C7; }
p { color: rgb(5,216,199); }
H1.HeaderClassName
{
color: #05D8C7;
}
.AnyTagClassName
{
color: #05D8C7;
}
</style>
background-color css
<style>
a { background-color: #05D8C7; }
a { background-color: rgb(5,216,199); }
div.DivClassName
{
background-color: #05D8C7;
}
.BgClassName
{
background-color: #05D8C7;
}
</style>
border-color css
<style>
span { border-color: #05D8C7; }
span { border-color: rgb(5,216,199); }
td.TdClassName
{
border-color: #05D8C7;
}
.TagClassName
{
border-color: #05D8C7;
}
</style>