Shades of Robin's Egg Blue #05CDC0
Tints of Robin's Egg Blue #05CDC0
RGB
CMYK
RGB Variations
Color information
#05CDC0 (or 0x05CDC0) is known color: Robin's Egg Blue. HEX triplet: 05, CD and C0. RGB value is (5,205,192). Sum of RGB (Red+Green+Blue) = 5+205+192=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDC0 is #FA323F. Grayscale: #8F8F8F. Windows color (decimal): -16396864 or 12635397. OLE color: 12635397.
HSL color Cylindrical-coordinate representation of color #05CDC0: hue angle of 176.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDC0 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 205 | 192 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.20 |
| HSL | 176.1º | 0.95% | 0.41% | - |
| HSV(B) | 176.1º | 0.98% | 0.8% | - |
| XYZ | 31.41 | 47.5 | 57.38 | - |
| YUV | 143.72 | 155.24 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 192 | 0.98 | 0 | 0.06 | 0.20 | 176.1 | 0.95 | 0.41 |
| Hex | 5 | CD | C0 | 62 | 0 | 6 | 14 | B0 | 5F | 29 |
| Octal | 5 | 315 | 300 | 142 | 0 | 6 | 24 | 260 | 137 | 51 |
| Binary | 101 | 11001101 | 11000000 | 1100010 | 0 | 110 | 10100 | 10110000 | 1011111 | 101001 |
Color Harmonies of #05CDC0
Complementary color
Monochromatic Colors of #05CDC0
Black with #05CDC0
Text Example
Text Example
White with #05CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDC0; }
p { color: rgb(5,205,192); }
H1.HeaderClassName
{
color: #05CDC0;
}
.AnyTagClassName
{
color: #05CDC0;
}
</style>
background-color css
<style>
a { background-color: #05CDC0; }
a { background-color: rgb(5,205,192); }
div.DivClassName
{
background-color: #05CDC0;
}
.BgClassName
{
background-color: #05CDC0;
}
</style>
border-color css
<style>
span { border-color: #05CDC0; }
span { border-color: rgb(5,205,192); }
td.TdClassName
{
border-color: #05CDC0;
}
.TagClassName
{
border-color: #05CDC0;
}
</style>