Shades of Robin's Egg Blue #20CCC8
Tints of Robin's Egg Blue #20CCC8
RGB
CMYK
RGB Variations
Color information
#20CCC8 (or 0x20CCC8) is known color: Robin's Egg Blue. HEX triplet: 20, CC and C8. RGB value is (32,204,200). Sum of RGB (Red+Green+Blue) = 32+204+200=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCC8 is #DF3337. Grayscale: #979797. Windows color (decimal): -14627640 or 13159456. OLE color: 13159456.
HSL color Cylindrical-coordinate representation of color #20CCC8: hue angle of 178.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CCC8 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 200 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.2 |
| HSL | 178.6º | 0.73% | 0.46% | - |
| HSV(B) | 178.6º | 0.84% | 0.8% | - |
| XYZ | 32.61 | 47.66 | 62.12 | - |
| YUV | 152.12 | 155.02 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 200 | 0.84 | 0 | 0.02 | 0.2 | 178.6 | 0.73 | 0.46 |
| Hex | 20 | CC | C8 | 54 | 0 | 2 | 14 | B3 | 49 | 2E |
| Octal | 40 | 314 | 310 | 124 | 0 | 2 | 24 | 263 | 111 | 56 |
| Binary | 100000 | 11001100 | 11001000 | 1010100 | 0 | 10 | 10100 | 10110011 | 1001001 | 101110 |
Color Harmonies of #20CCC8
Complementary color
Monochromatic Colors of #20CCC8
Black with #20CCC8
Text Example
Text Example
White with #20CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCC8; }
p { color: rgb(32,204,200); }
H1.HeaderClassName
{
color: #20CCC8;
}
.AnyTagClassName
{
color: #20CCC8;
}
</style>
background-color css
<style>
a { background-color: #20CCC8; }
a { background-color: rgb(32,204,200); }
div.DivClassName
{
background-color: #20CCC8;
}
.BgClassName
{
background-color: #20CCC8;
}
</style>
border-color css
<style>
span { border-color: #20CCC8; }
span { border-color: rgb(32,204,200); }
td.TdClassName
{
border-color: #20CCC8;
}
.TagClassName
{
border-color: #20CCC8;
}
</style>