Shades of Summer Sky #20C0DF
Tints of Summer Sky #20C0DF
RGB
CMYK
RGB Variations
Color information
#20C0DF (or 0x20C0DF) is known color: Summer Sky. HEX triplet: 20, C0 and DF. RGB value is (32,192,223). Sum of RGB (Red+Green+Blue) = 32+192+223=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #20C0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0DF is #DF3F20. Grayscale: #939393. Windows color (decimal): -14630689 or 14663712. OLE color: 14663712.
HSL color Cylindrical-coordinate representation of color #20C0DF: hue angle of 189.74º 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 #20C0DF is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 192 | 223 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 189.74º | 0.75% | 0.5% | - |
| HSV(B) | 189.74º | 0.86% | 0.87% | - |
| XYZ | 32.76 | 43.33 | 76.45 | - |
| YUV | 147.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 223 | 0.86 | 0.14 | 0 | 0.13 | 189.74 | 0.75 | 0.5 |
| Hex | 20 | C0 | DF | 56 | E | 0 | D | BE | 4B | 32 |
| Octal | 40 | 300 | 337 | 126 | 16 | 0 | 15 | 276 | 113 | 62 |
| Binary | 100000 | 11000000 | 11011111 | 1010110 | 1110 | 0 | 1101 | 10111110 | 1001011 | 110010 |
Color Harmonies of #20C0DF
Complementary color
Monochromatic Colors of #20C0DF
Black with #20C0DF
Text Example
Text Example
White with #20C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0DF; }
p { color: rgb(32,192,223); }
H1.HeaderClassName
{
color: #20C0DF;
}
.AnyTagClassName
{
color: #20C0DF;
}
</style>
background-color css
<style>
a { background-color: #20C0DF; }
a { background-color: rgb(32,192,223); }
div.DivClassName
{
background-color: #20C0DF;
}
.BgClassName
{
background-color: #20C0DF;
}
</style>
border-color css
<style>
span { border-color: #20C0DF; }
span { border-color: rgb(32,192,223); }
td.TdClassName
{
border-color: #20C0DF;
}
.TagClassName
{
border-color: #20C0DF;
}
</style>