Shades of Robin's Egg Blue #05CCC9
Tints of Robin's Egg Blue #05CCC9
RGB
CMYK
RGB Variations
Color information
#05CCC9 (or 0x05CCC9) is known color: Robin's Egg Blue. HEX triplet: 05, CC and C9. RGB value is (5,204,201). Sum of RGB (Red+Green+Blue) = 5+204+201=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCC9 is #FA3336. Grayscale: #8F8F8F. Windows color (decimal): -16397111 or 13224965. OLE color: 13224965.
HSL color Cylindrical-coordinate representation of color #05CCC9: hue angle of 179.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 #05CCC9 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 201 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.2 |
| HSL | 179.1º | 0.95% | 0.41% | - |
| HSV(B) | 179.1º | 0.98% | 0.8% | - |
| XYZ | 32.2 | 47.44 | 62.72 | - |
| YUV | 144.16 | 160.07 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 201 | 0.98 | 0 | 0.01 | 0.2 | 179.1 | 0.95 | 0.41 |
| Hex | 5 | CC | C9 | 62 | 0 | 1 | 14 | B3 | 5F | 29 |
| Octal | 5 | 314 | 311 | 142 | 0 | 1 | 24 | 263 | 137 | 51 |
| Binary | 101 | 11001100 | 11001001 | 1100010 | 0 | 1 | 10100 | 10110011 | 1011111 | 101001 |
Color Harmonies of #05CCC9
Complementary color
Monochromatic Colors of #05CCC9
Black with #05CCC9
Text Example
Text Example
White with #05CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCC9; }
p { color: rgb(5,204,201); }
H1.HeaderClassName
{
color: #05CCC9;
}
.AnyTagClassName
{
color: #05CCC9;
}
</style>
background-color css
<style>
a { background-color: #05CCC9; }
a { background-color: rgb(5,204,201); }
div.DivClassName
{
background-color: #05CCC9;
}
.BgClassName
{
background-color: #05CCC9;
}
</style>
border-color css
<style>
span { border-color: #05CCC9; }
span { border-color: rgb(5,204,201); }
td.TdClassName
{
border-color: #05CCC9;
}
.TagClassName
{
border-color: #05CCC9;
}
</style>