Shades of Robin's Egg Blue #20CDCD
Tints of Robin's Egg Blue #20CDCD
RGB
CMYK
RGB Variations
Color information
#20CDCD (or 0x20CDCD) is known color: Robin's Egg Blue. HEX triplet: 20, CD and CD. RGB value is (32,205,205). Sum of RGB (Red+Green+Blue) = 32+205+205=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #20CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDCD is #DF3232. Grayscale: #999999. Windows color (decimal): -14627379 or 13487392. OLE color: 13487392.
HSL color Cylindrical-coordinate representation of color #20CDCD: hue angle of 180º 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 #20CDCD is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 205 | - |
| CMYK | 0.84 | 0 | 0 | 0.20 |
| HSL | 180º | 0.73% | 0.46% | - |
| HSV(B) | 180º | 0.84% | 0.8% | - |
| XYZ | 33.45 | 48.38 | 65.33 | - |
| YUV | 153.27 | 157.19 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 205 | 0.84 | 0 | 0 | 0.20 | 180 | 0.73 | 0.46 |
| Hex | 20 | CD | CD | 54 | 0 | 0 | 14 | B4 | 49 | 2E |
| Octal | 40 | 315 | 315 | 124 | 0 | 0 | 24 | 264 | 111 | 56 |
| Binary | 100000 | 11001101 | 11001101 | 1010100 | 0 | 0 | 10100 | 10110100 | 1001001 | 101110 |
Color Harmonies of #20CDCD
Complementary color
Monochromatic Colors of #20CDCD
Black with #20CDCD
Text Example
Text Example
White with #20CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDCD; }
p { color: rgb(32,205,205); }
H1.HeaderClassName
{
color: #20CDCD;
}
.AnyTagClassName
{
color: #20CDCD;
}
</style>
background-color css
<style>
a { background-color: #20CDCD; }
a { background-color: rgb(32,205,205); }
div.DivClassName
{
background-color: #20CDCD;
}
.BgClassName
{
background-color: #20CDCD;
}
</style>
border-color css
<style>
span { border-color: #20CDCD; }
span { border-color: rgb(32,205,205); }
td.TdClassName
{
border-color: #20CDCD;
}
.TagClassName
{
border-color: #20CDCD;
}
</style>