Shades of Summer Sky #20AFD2
Tints of Summer Sky #20AFD2
RGB
CMYK
RGB Variations
Color information
#20AFD2 (or 0x20AFD2) is known color: Summer Sky. HEX triplet: 20, AF and D2. RGB value is (32,175,210). Sum of RGB (Red+Green+Blue) = 32+175+210=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #20AFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFD2 is #DF502D. Grayscale: #878787. Windows color (decimal): -14635054 or 13807392. OLE color: 13807392.
HSL color Cylindrical-coordinate representation of color #20AFD2: hue angle of 191.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20AFD2 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 175 | 210 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.18 |
| HSL | 191.8º | 0.74% | 0.47% | - |
| HSV(B) | 191.8º | 0.85% | 0.82% | - |
| XYZ | 27.56 | 35.62 | 66.4 | - |
| YUV | 136.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 210 | 0.85 | 0.17 | 0 | 0.18 | 191.8 | 0.74 | 0.47 |
| Hex | 20 | AF | D2 | 55 | 11 | 0 | 12 | C0 | 4A | 2F |
| Octal | 40 | 257 | 322 | 125 | 21 | 0 | 22 | 300 | 112 | 57 |
| Binary | 100000 | 10101111 | 11010010 | 1010101 | 10001 | 0 | 10010 | 11000000 | 1001010 | 101111 |
Color Harmonies of #20AFD2
Complementary color
Monochromatic Colors of #20AFD2
Black with #20AFD2
Text Example
Text Example
White with #20AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFD2; }
p { color: rgb(32,175,210); }
H1.HeaderClassName
{
color: #20AFD2;
}
.AnyTagClassName
{
color: #20AFD2;
}
</style>
background-color css
<style>
a { background-color: #20AFD2; }
a { background-color: rgb(32,175,210); }
div.DivClassName
{
background-color: #20AFD2;
}
.BgClassName
{
background-color: #20AFD2;
}
</style>
border-color css
<style>
span { border-color: #20AFD2; }
span { border-color: rgb(32,175,210); }
td.TdClassName
{
border-color: #20AFD2;
}
.TagClassName
{
border-color: #20AFD2;
}
</style>