Shades of Summer Sky #20AFDD
Tints of Summer Sky #20AFDD
RGB
CMYK
RGB Variations
Color information
#20AFDD (or 0x20AFDD) is known color: Summer Sky. HEX triplet: 20, AF and DD. RGB value is (32,175,221). Sum of RGB (Red+Green+Blue) = 32+175+221=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #20AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFDD is #DF5022. Grayscale: #898989. Windows color (decimal): -14635043 or 14528288. OLE color: 14528288.
HSL color Cylindrical-coordinate representation of color #20AFDD: hue angle of 194.6º 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 #20AFDD is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 175 | 221 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.13 |
| HSL | 194.6º | 0.75% | 0.5% | - |
| HSV(B) | 194.6º | 0.86% | 0.87% | - |
| XYZ | 28.98 | 36.19 | 73.86 | - |
| YUV | 137.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 221 | 0.86 | 0.21 | 0 | 0.13 | 194.6 | 0.75 | 0.5 |
| Hex | 20 | AF | DD | 56 | 15 | 0 | D | C3 | 4B | 32 |
| Octal | 40 | 257 | 335 | 126 | 25 | 0 | 15 | 303 | 113 | 62 |
| Binary | 100000 | 10101111 | 11011101 | 1010110 | 10101 | 0 | 1101 | 11000011 | 1001011 | 110010 |
Color Harmonies of #20AFDD
Complementary color
Monochromatic Colors of #20AFDD
Black with #20AFDD
Text Example
Text Example
White with #20AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFDD; }
p { color: rgb(32,175,221); }
H1.HeaderClassName
{
color: #20AFDD;
}
.AnyTagClassName
{
color: #20AFDD;
}
</style>
background-color css
<style>
a { background-color: #20AFDD; }
a { background-color: rgb(32,175,221); }
div.DivClassName
{
background-color: #20AFDD;
}
.BgClassName
{
background-color: #20AFDD;
}
</style>
border-color css
<style>
span { border-color: #20AFDD; }
span { border-color: rgb(32,175,221); }
td.TdClassName
{
border-color: #20AFDD;
}
.TagClassName
{
border-color: #20AFDD;
}
</style>