Shades of Robin's Egg Blue #05CCC7
Tints of Robin's Egg Blue #05CCC7
RGB
CMYK
RGB Variations
Color information
#05CCC7 (or 0x05CCC7) is known color: Robin's Egg Blue. HEX triplet: 05, CC and C7. RGB value is (5,204,199). Sum of RGB (Red+Green+Blue) = 5+204+199=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCC7 is #FA3338. Grayscale: #8F8F8F. Windows color (decimal): -16397113 or 13093893. OLE color: 13093893.
HSL color Cylindrical-coordinate representation of color #05CCC7: hue angle of 178.49º 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 #05CCC7 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 199 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.2 |
| HSL | 178.49º | 0.95% | 0.41% | - |
| HSV(B) | 178.49º | 0.98% | 0.8% | - |
| XYZ | 31.96 | 47.34 | 61.49 | - |
| YUV | 143.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 199 | 0.98 | 0 | 0.02 | 0.2 | 178.49 | 0.95 | 0.41 |
| Hex | 5 | CC | C7 | 62 | 0 | 2 | 14 | B2 | 5F | 29 |
| Octal | 5 | 314 | 307 | 142 | 0 | 2 | 24 | 262 | 137 | 51 |
| Binary | 101 | 11001100 | 11000111 | 1100010 | 0 | 10 | 10100 | 10110010 | 1011111 | 101001 |
Color Harmonies of #05CCC7
Complementary color
Monochromatic Colors of #05CCC7
Black with #05CCC7
Text Example
Text Example
White with #05CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCC7; }
p { color: rgb(5,204,199); }
H1.HeaderClassName
{
color: #05CCC7;
}
.AnyTagClassName
{
color: #05CCC7;
}
</style>
background-color css
<style>
a { background-color: #05CCC7; }
a { background-color: rgb(5,204,199); }
div.DivClassName
{
background-color: #05CCC7;
}
.BgClassName
{
background-color: #05CCC7;
}
</style>
border-color css
<style>
span { border-color: #05CCC7; }
span { border-color: rgb(5,204,199); }
td.TdClassName
{
border-color: #05CCC7;
}
.TagClassName
{
border-color: #05CCC7;
}
</style>