Shades of Summer Sky #20C4DF
Tints of Summer Sky #20C4DF
RGB
CMYK
RGB Variations
Color information
#20C4DF (or 0x20C4DF) is known color: Summer Sky. HEX triplet: 20, C4 and DF. RGB value is (32,196,223). Sum of RGB (Red+Green+Blue) = 32+196+223=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #20C4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C4DF is #DF3B20. Grayscale: #959595. Windows color (decimal): -14629665 or 14664736. OLE color: 14664736.
HSL color Cylindrical-coordinate representation of color #20C4DF: hue angle of 188.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20C4DF is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 196 | 223 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.13 |
| HSL | 188.48º | 0.75% | 0.5% | - |
| HSV(B) | 188.48º | 0.86% | 0.87% | - |
| XYZ | 33.65 | 45.11 | 76.75 | - |
| YUV | 150.04 | 169.17 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 223 | 0.86 | 0.12 | 0 | 0.13 | 188.48 | 0.75 | 0.5 |
| Hex | 20 | C4 | DF | 56 | C | 0 | D | BC | 4B | 32 |
| Octal | 40 | 304 | 337 | 126 | 14 | 0 | 15 | 274 | 113 | 62 |
| Binary | 100000 | 11000100 | 11011111 | 1010110 | 1100 | 0 | 1101 | 10111100 | 1001011 | 110010 |
Color Harmonies of #20C4DF
Complementary color
Monochromatic Colors of #20C4DF
Black with #20C4DF
Text Example
Text Example
White with #20C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C4DF; }
p { color: rgb(32,196,223); }
H1.HeaderClassName
{
color: #20C4DF;
}
.AnyTagClassName
{
color: #20C4DF;
}
</style>
background-color css
<style>
a { background-color: #20C4DF; }
a { background-color: rgb(32,196,223); }
div.DivClassName
{
background-color: #20C4DF;
}
.BgClassName
{
background-color: #20C4DF;
}
</style>
border-color css
<style>
span { border-color: #20C4DF; }
span { border-color: rgb(32,196,223); }
td.TdClassName
{
border-color: #20C4DF;
}
.TagClassName
{
border-color: #20C4DF;
}
</style>