Shades of Robin's Egg Blue #20C5D0
Tints of Robin's Egg Blue #20C5D0
RGB
CMYK
RGB Variations
Color information
#20C5D0 (or 0x20C5D0) is known color: Robin's Egg Blue. HEX triplet: 20, C5 and D0. RGB value is (32,197,208). Sum of RGB (Red+Green+Blue) = 32+197+208=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #20C5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5D0 is #DF3A2F. Grayscale: #949494. Windows color (decimal): -14629424 or 13681952. OLE color: 13681952.
HSL color Cylindrical-coordinate representation of color #20C5D0: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C5D0 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 197 | 208 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.18 |
| HSL | 183.75º | 0.73% | 0.47% | - |
| HSV(B) | 183.75º | 0.85% | 0.82% | - |
| XYZ | 31.95 | 44.79 | 66.64 | - |
| YUV | 148.92 | 161.34 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 208 | 0.85 | 0.05 | 0 | 0.18 | 183.75 | 0.73 | 0.47 |
| Hex | 20 | C5 | D0 | 55 | 5 | 0 | 12 | B8 | 49 | 2F |
| Octal | 40 | 305 | 320 | 125 | 5 | 0 | 22 | 270 | 111 | 57 |
| Binary | 100000 | 11000101 | 11010000 | 1010101 | 101 | 0 | 10010 | 10111000 | 1001001 | 101111 |
Color Harmonies of #20C5D0
Complementary color
Monochromatic Colors of #20C5D0
Black with #20C5D0
Text Example
Text Example
White with #20C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C5D0; }
p { color: rgb(32,197,208); }
H1.HeaderClassName
{
color: #20C5D0;
}
.AnyTagClassName
{
color: #20C5D0;
}
</style>
background-color css
<style>
a { background-color: #20C5D0; }
a { background-color: rgb(32,197,208); }
div.DivClassName
{
background-color: #20C5D0;
}
.BgClassName
{
background-color: #20C5D0;
}
</style>
border-color css
<style>
span { border-color: #20C5D0; }
span { border-color: rgb(32,197,208); }
td.TdClassName
{
border-color: #20C5D0;
}
.TagClassName
{
border-color: #20C5D0;
}
</style>