Shades of Robin's Egg Blue #05C8CC
Tints of Robin's Egg Blue #05C8CC
RGB
CMYK
RGB Variations
Color information
#05C8CC (or 0x05C8CC) is known color: Robin's Egg Blue. HEX triplet: 05, C8 and CC. RGB value is (5,200,204). Sum of RGB (Red+Green+Blue) = 5+200+204=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #05C8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C8CC is #FA3733. Grayscale: #8D8D8D. Windows color (decimal): -16398132 or 13420549. OLE color: 13420549.
HSL color Cylindrical-coordinate representation of color #05C8CC: hue angle of 181.21º 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 #05C8CC is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 200 | 204 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.2 |
| HSL | 181.21º | 0.95% | 0.41% | - |
| HSV(B) | 181.21º | 0.98% | 0.8% | - |
| XYZ | 31.62 | 45.7 | 64.28 | - |
| YUV | 142.15 | 162.9 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 204 | 0.98 | 0.02 | 0 | 0.2 | 181.21 | 0.95 | 0.41 |
| Hex | 5 | C8 | CC | 62 | 2 | 0 | 14 | B5 | 5F | 29 |
| Octal | 5 | 310 | 314 | 142 | 2 | 0 | 24 | 265 | 137 | 51 |
| Binary | 101 | 11001000 | 11001100 | 1100010 | 10 | 0 | 10100 | 10110101 | 1011111 | 101001 |
Color Harmonies of #05C8CC
Complementary color
Monochromatic Colors of #05C8CC
Black with #05C8CC
Text Example
Text Example
White with #05C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C8CC; }
p { color: rgb(5,200,204); }
H1.HeaderClassName
{
color: #05C8CC;
}
.AnyTagClassName
{
color: #05C8CC;
}
</style>
background-color css
<style>
a { background-color: #05C8CC; }
a { background-color: rgb(5,200,204); }
div.DivClassName
{
background-color: #05C8CC;
}
.BgClassName
{
background-color: #05C8CC;
}
</style>
border-color css
<style>
span { border-color: #05C8CC; }
span { border-color: rgb(5,200,204); }
td.TdClassName
{
border-color: #05C8CC;
}
.TagClassName
{
border-color: #05C8CC;
}
</style>