Shades of Robin's Egg Blue #05CEC0
Tints of Robin's Egg Blue #05CEC0
RGB
CMYK
RGB Variations
Color information
#05CEC0 (or 0x05CEC0) is known color: Robin's Egg Blue. HEX triplet: 05, CE and C0. RGB value is (5,206,192). Sum of RGB (Red+Green+Blue) = 5+206+192=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #05CEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CEC0 is #FA313F. Grayscale: #909090. Windows color (decimal): -16396608 or 12635653. OLE color: 12635653.
HSL color Cylindrical-coordinate representation of color #05CEC0: hue angle of 175.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEC0 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 192 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.19 |
| HSL | 175.82º | 0.95% | 0.41% | - |
| HSV(B) | 175.82º | 0.98% | 0.81% | - |
| XYZ | 31.65 | 47.98 | 57.46 | - |
| YUV | 144.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 192 | 0.98 | 0 | 0.07 | 0.19 | 175.82 | 0.95 | 0.41 |
| Hex | 5 | CE | C0 | 62 | 0 | 7 | 13 | B0 | 5F | 29 |
| Octal | 5 | 316 | 300 | 142 | 0 | 7 | 23 | 260 | 137 | 51 |
| Binary | 101 | 11001110 | 11000000 | 1100010 | 0 | 111 | 10011 | 10110000 | 1011111 | 101001 |
Color Harmonies of #05CEC0
Complementary color
Monochromatic Colors of #05CEC0
Black with #05CEC0
Text Example
Text Example
White with #05CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CEC0; }
p { color: rgb(5,206,192); }
H1.HeaderClassName
{
color: #05CEC0;
}
.AnyTagClassName
{
color: #05CEC0;
}
</style>
background-color css
<style>
a { background-color: #05CEC0; }
a { background-color: rgb(5,206,192); }
div.DivClassName
{
background-color: #05CEC0;
}
.BgClassName
{
background-color: #05CEC0;
}
</style>
border-color css
<style>
span { border-color: #05CEC0; }
span { border-color: rgb(5,206,192); }
td.TdClassName
{
border-color: #05CEC0;
}
.TagClassName
{
border-color: #05CEC0;
}
</style>