Shades of Robin's Egg Blue #20C6CD
Tints of Robin's Egg Blue #20C6CD
RGB
CMYK
RGB Variations
Color information
#20C6CD (or 0x20C6CD) is known color: Robin's Egg Blue. HEX triplet: 20, C6 and CD. RGB value is (32,198,205). Sum of RGB (Red+Green+Blue) = 32+198+205=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #20C6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C6CD is #DF3932. Grayscale: #949494. Windows color (decimal): -14629171 or 13485600. OLE color: 13485600.
HSL color Cylindrical-coordinate representation of color #20C6CD: hue angle of 182.43º 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 #20C6CD is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 198 | 205 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.20 |
| HSL | 182.43º | 0.73% | 0.46% | - |
| HSV(B) | 182.43º | 0.84% | 0.8% | - |
| XYZ | 31.81 | 45.1 | 64.79 | - |
| YUV | 149.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 205 | 0.84 | 0.03 | 0 | 0.20 | 182.43 | 0.73 | 0.46 |
| Hex | 20 | C6 | CD | 54 | 3 | 0 | 14 | B6 | 49 | 2E |
| Octal | 40 | 306 | 315 | 124 | 3 | 0 | 24 | 266 | 111 | 56 |
| Binary | 100000 | 11000110 | 11001101 | 1010100 | 11 | 0 | 10100 | 10110110 | 1001001 | 101110 |
Color Harmonies of #20C6CD
Complementary color
Monochromatic Colors of #20C6CD
Black with #20C6CD
Text Example
Text Example
White with #20C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C6CD; }
p { color: rgb(32,198,205); }
H1.HeaderClassName
{
color: #20C6CD;
}
.AnyTagClassName
{
color: #20C6CD;
}
</style>
background-color css
<style>
a { background-color: #20C6CD; }
a { background-color: rgb(32,198,205); }
div.DivClassName
{
background-color: #20C6CD;
}
.BgClassName
{
background-color: #20C6CD;
}
</style>
border-color css
<style>
span { border-color: #20C6CD; }
span { border-color: rgb(32,198,205); }
td.TdClassName
{
border-color: #20C6CD;
}
.TagClassName
{
border-color: #20C6CD;
}
</style>