Shades of Robin's Egg Blue #05CFCC
Tints of Robin's Egg Blue #05CFCC
RGB
CMYK
RGB Variations
Color information
#05CFCC (or 0x05CFCC) is known color: Robin's Egg Blue. HEX triplet: 05, CF and CC. RGB value is (5,207,204). Sum of RGB (Red+Green+Blue) = 5+207+204=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFCC is #FA3033. Grayscale: #929292. Windows color (decimal): -16396340 or 13422341. OLE color: 13422341.
HSL color Cylindrical-coordinate representation of color #05CFCC: hue angle of 179.11º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFCC is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 204 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.19 |
| HSL | 179.11º | 0.95% | 0.42% | - |
| HSV(B) | 179.11º | 0.98% | 0.81% | - |
| XYZ | 33.27 | 49.02 | 64.83 | - |
| YUV | 146.26 | 160.58 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 204 | 0.98 | 0 | 0.01 | 0.19 | 179.11 | 0.95 | 0.42 |
| Hex | 5 | CF | CC | 62 | 0 | 1 | 13 | B3 | 5F | 2A |
| Octal | 5 | 317 | 314 | 142 | 0 | 1 | 23 | 263 | 137 | 52 |
| Binary | 101 | 11001111 | 11001100 | 1100010 | 0 | 1 | 10011 | 10110011 | 1011111 | 101010 |
Color Harmonies of #05CFCC
Complementary color
Monochromatic Colors of #05CFCC
Black with #05CFCC
Text Example
Text Example
White with #05CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFCC; }
p { color: rgb(5,207,204); }
H1.HeaderClassName
{
color: #05CFCC;
}
.AnyTagClassName
{
color: #05CFCC;
}
</style>
background-color css
<style>
a { background-color: #05CFCC; }
a { background-color: rgb(5,207,204); }
div.DivClassName
{
background-color: #05CFCC;
}
.BgClassName
{
background-color: #05CFCC;
}
</style>
border-color css
<style>
span { border-color: #05CFCC; }
span { border-color: rgb(5,207,204); }
td.TdClassName
{
border-color: #05CFCC;
}
.TagClassName
{
border-color: #05CFCC;
}
</style>