Shades of Summer Sky #20AFDC
Tints of Summer Sky #20AFDC
RGB
CMYK
RGB Variations
Color information
#20AFDC (or 0x20AFDC) is known color: Summer Sky. HEX triplet: 20, AF and DC. RGB value is (32,175,220). Sum of RGB (Red+Green+Blue) = 32+175+220=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #20AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFDC is #DF5023. Grayscale: #898989. Windows color (decimal): -14635044 or 14462752. OLE color: 14462752.
HSL color Cylindrical-coordinate representation of color #20AFDC: hue angle of 194.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20AFDC is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 175 | 220 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.14 |
| HSL | 194.36º | 0.75% | 0.49% | - |
| HSV(B) | 194.36º | 0.85% | 0.86% | - |
| XYZ | 28.84 | 36.13 | 73.16 | - |
| YUV | 137.37 | 174.62 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 220 | 0.85 | 0.20 | 0 | 0.14 | 194.36 | 0.75 | 0.49 |
| Hex | 20 | AF | DC | 55 | 14 | 0 | E | C2 | 4B | 31 |
| Octal | 40 | 257 | 334 | 125 | 24 | 0 | 16 | 302 | 113 | 61 |
| Binary | 100000 | 10101111 | 11011100 | 1010101 | 10100 | 0 | 1110 | 11000010 | 1001011 | 110001 |
Color Harmonies of #20AFDC
Complementary color
Monochromatic Colors of #20AFDC
Black with #20AFDC
Text Example
Text Example
White with #20AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFDC; }
p { color: rgb(32,175,220); }
H1.HeaderClassName
{
color: #20AFDC;
}
.AnyTagClassName
{
color: #20AFDC;
}
</style>
background-color css
<style>
a { background-color: #20AFDC; }
a { background-color: rgb(32,175,220); }
div.DivClassName
{
background-color: #20AFDC;
}
.BgClassName
{
background-color: #20AFDC;
}
</style>
border-color css
<style>
span { border-color: #20AFDC; }
span { border-color: rgb(32,175,220); }
td.TdClassName
{
border-color: #20AFDC;
}
.TagClassName
{
border-color: #20AFDC;
}
</style>