Shades of Robin's Egg Blue #20CDC7
Tints of Robin's Egg Blue #20CDC7
RGB
CMYK
RGB Variations
Color information
#20CDC7 (or 0x20CDC7) is known color: Robin's Egg Blue. HEX triplet: 20, CD and C7. RGB value is (32,205,199). Sum of RGB (Red+Green+Blue) = 32+205+199=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDC7 is #DF3238. Grayscale: #989898. Windows color (decimal): -14627385 or 13094176. OLE color: 13094176.
HSL color Cylindrical-coordinate representation of color #20CDC7: hue angle of 177.92º 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 #20CDC7 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 199 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.20 |
| HSL | 177.92º | 0.73% | 0.46% | - |
| HSV(B) | 177.92º | 0.84% | 0.8% | - |
| XYZ | 32.74 | 48.09 | 61.59 | - |
| YUV | 152.59 | 154.19 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 199 | 0.84 | 0 | 0.03 | 0.20 | 177.92 | 0.73 | 0.46 |
| Hex | 20 | CD | C7 | 54 | 0 | 3 | 14 | B2 | 49 | 2E |
| Octal | 40 | 315 | 307 | 124 | 0 | 3 | 24 | 262 | 111 | 56 |
| Binary | 100000 | 11001101 | 11000111 | 1010100 | 0 | 11 | 10100 | 10110010 | 1001001 | 101110 |
Color Harmonies of #20CDC7
Complementary color
Monochromatic Colors of #20CDC7
Black with #20CDC7
Text Example
Text Example
White with #20CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDC7; }
p { color: rgb(32,205,199); }
H1.HeaderClassName
{
color: #20CDC7;
}
.AnyTagClassName
{
color: #20CDC7;
}
</style>
background-color css
<style>
a { background-color: #20CDC7; }
a { background-color: rgb(32,205,199); }
div.DivClassName
{
background-color: #20CDC7;
}
.BgClassName
{
background-color: #20CDC7;
}
</style>
border-color css
<style>
span { border-color: #20CDC7; }
span { border-color: rgb(32,205,199); }
td.TdClassName
{
border-color: #20CDC7;
}
.TagClassName
{
border-color: #20CDC7;
}
</style>