Shades of Robin's Egg Blue #05D1C7
Tints of Robin's Egg Blue #05D1C7
RGB
CMYK
RGB Variations
Color information
#05D1C7 (or 0x05D1C7) is known color: Robin's Egg Blue. HEX triplet: 05, D1 and C7. RGB value is (5,209,199). Sum of RGB (Red+Green+Blue) = 5+209+199=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #05D1C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D1C7 is #FA2E38. Grayscale: #929292. Windows color (decimal): -16395833 or 13095173. OLE color: 13095173.
HSL color Cylindrical-coordinate representation of color #05D1C7: hue angle of 177.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D1C7 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 199 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.18 |
| HSL | 177.06º | 0.95% | 0.42% | - |
| HSV(B) | 177.06º | 0.98% | 0.82% | - |
| XYZ | 33.17 | 49.76 | 61.89 | - |
| YUV | 146.86 | 157.41 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 199 | 0.98 | 0 | 0.05 | 0.18 | 177.06 | 0.95 | 0.42 |
| Hex | 5 | D1 | C7 | 62 | 0 | 5 | 12 | B1 | 5F | 2A |
| Octal | 5 | 321 | 307 | 142 | 0 | 5 | 22 | 261 | 137 | 52 |
| Binary | 101 | 11010001 | 11000111 | 1100010 | 0 | 101 | 10010 | 10110001 | 1011111 | 101010 |
Color Harmonies of #05D1C7
Complementary color
Monochromatic Colors of #05D1C7
Black with #05D1C7
Text Example
Text Example
White with #05D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D1C7; }
p { color: rgb(5,209,199); }
H1.HeaderClassName
{
color: #05D1C7;
}
.AnyTagClassName
{
color: #05D1C7;
}
</style>
background-color css
<style>
a { background-color: #05D1C7; }
a { background-color: rgb(5,209,199); }
div.DivClassName
{
background-color: #05D1C7;
}
.BgClassName
{
background-color: #05D1C7;
}
</style>
border-color css
<style>
span { border-color: #05D1C7; }
span { border-color: rgb(5,209,199); }
td.TdClassName
{
border-color: #05D1C7;
}
.TagClassName
{
border-color: #05D1C7;
}
</style>