Shades of Robin's Egg Blue #05C7C7
Tints of Robin's Egg Blue #05C7C7
RGB
CMYK
RGB Variations
Color information
#05C7C7 (or 0x05C7C7) is known color: Robin's Egg Blue. HEX triplet: 05, C7 and C7. RGB value is (5,199,199). Sum of RGB (Red+Green+Blue) = 5+199+199=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: green, blue. Hex color #05C7C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C7C7 is #FA3838. Grayscale: #8C8C8C. Windows color (decimal): -16398393 or 13092613. OLE color: 13092613.
HSL color Cylindrical-coordinate representation of color #05C7C7: hue angle of 180º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C7C7 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 199 | 199 | - |
| CMYK | 0.97 | 0 | 0 | 0.22 |
| HSL | 180º | 0.95% | 0.4% | - |
| HSV(B) | 180º | 0.97% | 0.78% | - |
| XYZ | 30.79 | 45 | 61.1 | - |
| YUV | 140.99 | 160.73 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 199 | 0.97 | 0 | 0 | 0.22 | 180 | 0.95 | 0.4 |
| Hex | 5 | C7 | C7 | 61 | 0 | 0 | 16 | B4 | 5F | 28 |
| Octal | 5 | 307 | 307 | 141 | 0 | 0 | 26 | 264 | 137 | 50 |
| Binary | 101 | 11000111 | 11000111 | 1100001 | 0 | 0 | 10110 | 10110100 | 1011111 | 101000 |
Color Harmonies of #05C7C7
Complementary color
Monochromatic Colors of #05C7C7
Black with #05C7C7
Text Example
Text Example
White with #05C7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C7C7; }
p { color: rgb(5,199,199); }
H1.HeaderClassName
{
color: #05C7C7;
}
.AnyTagClassName
{
color: #05C7C7;
}
</style>
background-color css
<style>
a { background-color: #05C7C7; }
a { background-color: rgb(5,199,199); }
div.DivClassName
{
background-color: #05C7C7;
}
.BgClassName
{
background-color: #05C7C7;
}
</style>
border-color css
<style>
span { border-color: #05C7C7; }
span { border-color: rgb(5,199,199); }
td.TdClassName
{
border-color: #05C7C7;
}
.TagClassName
{
border-color: #05C7C7;
}
</style>