Shades of Summer Sky #21AFF2
Tints of Summer Sky #21AFF2
RGB
CMYK
RGB Variations
Color information
#21AFF2 (or 0x21AFF2) is known color: Summer Sky. HEX triplet: 21, AF and F2. RGB value is (33,175,242). Sum of RGB (Red+Green+Blue) = 33+175+242=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #21AFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFF2 is #DE500D. Grayscale: #8B8B8B. Windows color (decimal): -14569486 or 15904545. OLE color: 15904545.
HSL color Cylindrical-coordinate representation of color #21AFF2: hue angle of 199.23º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21AFF2 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 175 | 242 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.05 |
| HSL | 199.23º | 0.89% | 0.54% | - |
| HSV(B) | 199.23º | 0.86% | 0.95% | - |
| XYZ | 31.98 | 37.39 | 89.54 | - |
| YUV | 140.18 | 185.46 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 242 | 0.86 | 0.28 | 0 | 0.05 | 199.23 | 0.89 | 0.54 |
| Hex | 21 | AF | F2 | 56 | 1C | 0 | 5 | C7 | 59 | 36 |
| Octal | 41 | 257 | 362 | 126 | 34 | 0 | 5 | 307 | 131 | 66 |
| Binary | 100001 | 10101111 | 11110010 | 1010110 | 11100 | 0 | 101 | 11000111 | 1011001 | 110110 |
Color Harmonies of #21AFF2
Complementary color
Monochromatic Colors of #21AFF2
Black with #21AFF2
Text Example
Text Example
White with #21AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFF2; }
p { color: rgb(33,175,242); }
H1.HeaderClassName
{
color: #21AFF2;
}
.AnyTagClassName
{
color: #21AFF2;
}
</style>
background-color css
<style>
a { background-color: #21AFF2; }
a { background-color: rgb(33,175,242); }
div.DivClassName
{
background-color: #21AFF2;
}
.BgClassName
{
background-color: #21AFF2;
}
</style>
border-color css
<style>
span { border-color: #21AFF2; }
span { border-color: rgb(33,175,242); }
td.TdClassName
{
border-color: #21AFF2;
}
.TagClassName
{
border-color: #21AFF2;
}
</style>