Shades of Robin's Egg Blue #05C8CE
Tints of Robin's Egg Blue #05C8CE
RGB
CMYK
RGB Variations
Color information
#05C8CE (or 0x05C8CE) is known color: Robin's Egg Blue. HEX triplet: 05, C8 and CE. RGB value is (5,200,206). Sum of RGB (Red+Green+Blue) = 5+200+206=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #05C8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C8CE is #FA3731. Grayscale: #8E8E8E. Windows color (decimal): -16398130 or 13551621. OLE color: 13551621.
HSL color Cylindrical-coordinate representation of color #05C8CE: hue angle of 181.79º 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 #05C8CE is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 200 | 206 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.19 |
| HSL | 181.79º | 0.95% | 0.41% | - |
| HSV(B) | 181.79º | 0.98% | 0.81% | - |
| XYZ | 31.86 | 45.8 | 65.55 | - |
| YUV | 142.38 | 163.9 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 206 | 0.98 | 0.03 | 0 | 0.19 | 181.79 | 0.95 | 0.41 |
| Hex | 5 | C8 | CE | 62 | 3 | 0 | 13 | B6 | 5F | 29 |
| Octal | 5 | 310 | 316 | 142 | 3 | 0 | 23 | 266 | 137 | 51 |
| Binary | 101 | 11001000 | 11001110 | 1100010 | 11 | 0 | 10011 | 10110110 | 1011111 | 101001 |
Color Harmonies of #05C8CE
Complementary color
Monochromatic Colors of #05C8CE
Black with #05C8CE
Text Example
Text Example
White with #05C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C8CE; }
p { color: rgb(5,200,206); }
H1.HeaderClassName
{
color: #05C8CE;
}
.AnyTagClassName
{
color: #05C8CE;
}
</style>
background-color css
<style>
a { background-color: #05C8CE; }
a { background-color: rgb(5,200,206); }
div.DivClassName
{
background-color: #05C8CE;
}
.BgClassName
{
background-color: #05C8CE;
}
</style>
border-color css
<style>
span { border-color: #05C8CE; }
span { border-color: rgb(5,200,206); }
td.TdClassName
{
border-color: #05C8CE;
}
.TagClassName
{
border-color: #05C8CE;
}
</style>