Shades of Summer Sky #20AFF2
Tints of Summer Sky #20AFF2
RGB
CMYK
RGB Variations
Color information
#20AFF2 (or 0x20AFF2) is known color: Summer Sky. HEX triplet: 20, AF and F2. RGB value is (32,175,242). Sum of RGB (Red+Green+Blue) = 32+175+242=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #20AFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AFF2 is #DF500D. Grayscale: #8B8B8B. Windows color (decimal): -14635022 or 15904544. OLE color: 15904544.
HSL color Cylindrical-coordinate representation of color #20AFF2: hue angle of 199.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AFF2 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 175 | 242 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.05 |
| HSL | 199.14º | 0.89% | 0.54% | - |
| HSV(B) | 199.14º | 0.87% | 0.95% | - |
| XYZ | 31.95 | 37.38 | 89.53 | - |
| YUV | 139.88 | 185.62 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 242 | 0.87 | 0.28 | 0 | 0.05 | 199.14 | 0.89 | 0.54 |
| Hex | 20 | AF | F2 | 57 | 1C | 0 | 5 | C7 | 59 | 36 |
| Octal | 40 | 257 | 362 | 127 | 34 | 0 | 5 | 307 | 131 | 66 |
| Binary | 100000 | 10101111 | 11110010 | 1010111 | 11100 | 0 | 101 | 11000111 | 1011001 | 110110 |
Color Harmonies of #20AFF2
Complementary color
Monochromatic Colors of #20AFF2
Black with #20AFF2
Text Example
Text Example
White with #20AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFF2; }
p { color: rgb(32,175,242); }
H1.HeaderClassName
{
color: #20AFF2;
}
.AnyTagClassName
{
color: #20AFF2;
}
</style>
background-color css
<style>
a { background-color: #20AFF2; }
a { background-color: rgb(32,175,242); }
div.DivClassName
{
background-color: #20AFF2;
}
.BgClassName
{
background-color: #20AFF2;
}
</style>
border-color css
<style>
span { border-color: #20AFF2; }
span { border-color: rgb(32,175,242); }
td.TdClassName
{
border-color: #20AFF2;
}
.TagClassName
{
border-color: #20AFF2;
}
</style>