Shades of Robin's Egg Blue #05CDC1
Tints of Robin's Egg Blue #05CDC1
RGB
CMYK
RGB Variations
Color information
#05CDC1 (or 0x05CDC1) is known color: Robin's Egg Blue. HEX triplet: 05, CD and C1. RGB value is (5,205,193). Sum of RGB (Red+Green+Blue) = 5+205+193=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDC1 is #FA323E. Grayscale: #8F8F8F. Windows color (decimal): -16396863 or 12700933. OLE color: 12700933.
HSL color Cylindrical-coordinate representation of color #05CDC1: hue angle of 176.4º 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 #05CDC1 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 205 | 193 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.20 |
| HSL | 176.4º | 0.95% | 0.41% | - |
| HSV(B) | 176.4º | 0.98% | 0.8% | - |
| XYZ | 31.52 | 47.55 | 57.97 | - |
| YUV | 143.83 | 155.74 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 193 | 0.98 | 0 | 0.06 | 0.20 | 176.4 | 0.95 | 0.41 |
| Hex | 5 | CD | C1 | 62 | 0 | 6 | 14 | B0 | 5F | 29 |
| Octal | 5 | 315 | 301 | 142 | 0 | 6 | 24 | 260 | 137 | 51 |
| Binary | 101 | 11001101 | 11000001 | 1100010 | 0 | 110 | 10100 | 10110000 | 1011111 | 101001 |
Color Harmonies of #05CDC1
Complementary color
Monochromatic Colors of #05CDC1
Black with #05CDC1
Text Example
Text Example
White with #05CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDC1; }
p { color: rgb(5,205,193); }
H1.HeaderClassName
{
color: #05CDC1;
}
.AnyTagClassName
{
color: #05CDC1;
}
</style>
background-color css
<style>
a { background-color: #05CDC1; }
a { background-color: rgb(5,205,193); }
div.DivClassName
{
background-color: #05CDC1;
}
.BgClassName
{
background-color: #05CDC1;
}
</style>
border-color css
<style>
span { border-color: #05CDC1; }
span { border-color: rgb(5,205,193); }
td.TdClassName
{
border-color: #05CDC1;
}
.TagClassName
{
border-color: #05CDC1;
}
</style>