Shades of Summer Sky #20C4DA
Tints of Summer Sky #20C4DA
RGB
CMYK
RGB Variations
Color information
#20C4DA (or 0x20C4DA) is known color: Summer Sky. HEX triplet: 20, C4 and DA. RGB value is (32,196,218). Sum of RGB (Red+Green+Blue) = 32+196+218=446 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.17% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #20C4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C4DA is #DF3B25. Grayscale: #959595. Windows color (decimal): -14629670 or 14337056. OLE color: 14337056.
HSL color Cylindrical-coordinate representation of color #20C4DA: hue angle of 187.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C4DA is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 196 | 218 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.15 |
| HSL | 187.1º | 0.74% | 0.49% | - |
| HSV(B) | 187.1º | 0.85% | 0.85% | - |
| XYZ | 32.99 | 44.85 | 73.25 | - |
| YUV | 149.47 | 166.67 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 218 | 0.85 | 0.10 | 0 | 0.15 | 187.1 | 0.74 | 0.49 |
| Hex | 20 | C4 | DA | 55 | A | 0 | F | BB | 4A | 31 |
| Octal | 40 | 304 | 332 | 125 | 12 | 0 | 17 | 273 | 112 | 61 |
| Binary | 100000 | 11000100 | 11011010 | 1010101 | 1010 | 0 | 1111 | 10111011 | 1001010 | 110001 |
Color Harmonies of #20C4DA
Complementary color
Monochromatic Colors of #20C4DA
Black with #20C4DA
Text Example
Text Example
White with #20C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C4DA; }
p { color: rgb(32,196,218); }
H1.HeaderClassName
{
color: #20C4DA;
}
.AnyTagClassName
{
color: #20C4DA;
}
</style>
background-color css
<style>
a { background-color: #20C4DA; }
a { background-color: rgb(32,196,218); }
div.DivClassName
{
background-color: #20C4DA;
}
.BgClassName
{
background-color: #20C4DA;
}
</style>
border-color css
<style>
span { border-color: #20C4DA; }
span { border-color: rgb(32,196,218); }
td.TdClassName
{
border-color: #20C4DA;
}
.TagClassName
{
border-color: #20C4DA;
}
</style>