Shades of Summer Sky #21AFF6
Tints of Summer Sky #21AFF6
RGB
CMYK
RGB Variations
Color information
#21AFF6 (or 0x21AFF6) is known color: Summer Sky. HEX triplet: 21, AF and F6. RGB value is (33,175,246). Sum of RGB (Red+Green+Blue) = 33+175+246=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #21AFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFF6 is #DE5009. Grayscale: #8C8C8C. Windows color (decimal): -14569482 or 16166689. OLE color: 16166689.
HSL color Cylindrical-coordinate representation of color #21AFF6: hue angle of 200º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21AFF6 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 175 | 246 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.04 |
| HSL | 200º | 0.92% | 0.55% | - |
| HSV(B) | 200º | 0.87% | 0.96% | - |
| XYZ | 32.59 | 37.64 | 92.74 | - |
| YUV | 140.64 | 187.46 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 246 | 0.87 | 0.29 | 0 | 0.04 | 200 | 0.92 | 0.55 |
| Hex | 21 | AF | F6 | 57 | 1D | 0 | 4 | C8 | 5C | 37 |
| Octal | 41 | 257 | 366 | 127 | 35 | 0 | 4 | 310 | 134 | 67 |
| Binary | 100001 | 10101111 | 11110110 | 1010111 | 11101 | 0 | 100 | 11001000 | 1011100 | 110111 |
Color Harmonies of #21AFF6
Complementary color
Monochromatic Colors of #21AFF6
Black with #21AFF6
Text Example
Text Example
White with #21AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFF6; }
p { color: rgb(33,175,246); }
H1.HeaderClassName
{
color: #21AFF6;
}
.AnyTagClassName
{
color: #21AFF6;
}
</style>
background-color css
<style>
a { background-color: #21AFF6; }
a { background-color: rgb(33,175,246); }
div.DivClassName
{
background-color: #21AFF6;
}
.BgClassName
{
background-color: #21AFF6;
}
</style>
border-color css
<style>
span { border-color: #21AFF6; }
span { border-color: rgb(33,175,246); }
td.TdClassName
{
border-color: #21AFF6;
}
.TagClassName
{
border-color: #21AFF6;
}
</style>