Shades of Summer Sky #22AFF2
Tints of Summer Sky #22AFF2
RGB
CMYK
RGB Variations
Color information
#22AFF2 (or 0x22AFF2) is known color: Summer Sky. HEX triplet: 22, AF and F2. RGB value is (34,175,242). Sum of RGB (Red+Green+Blue) = 34+175+242=451 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.54% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #22AFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22AFF2 is #DD500D. Grayscale: #8C8C8C. Windows color (decimal): -14503950 or 15904546. OLE color: 15904546.
HSL color Cylindrical-coordinate representation of color #22AFF2: hue angle of 199.33º 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 #22AFF2 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 175 | 242 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.05 |
| HSL | 199.33º | 0.89% | 0.54% | - |
| HSV(B) | 199.33º | 0.86% | 0.95% | - |
| XYZ | 32.02 | 37.41 | 89.54 | - |
| YUV | 140.48 | 185.29 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 242 | 0.86 | 0.28 | 0 | 0.05 | 199.33 | 0.89 | 0.54 |
| Hex | 22 | AF | F2 | 56 | 1C | 0 | 5 | C7 | 59 | 36 |
| Octal | 42 | 257 | 362 | 126 | 34 | 0 | 5 | 307 | 131 | 66 |
| Binary | 100010 | 10101111 | 11110010 | 1010110 | 11100 | 0 | 101 | 11000111 | 1011001 | 110110 |
Color Harmonies of #22AFF2
Complementary color
Monochromatic Colors of #22AFF2
Black with #22AFF2
Text Example
Text Example
White with #22AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AFF2; }
p { color: rgb(34,175,242); }
H1.HeaderClassName
{
color: #22AFF2;
}
.AnyTagClassName
{
color: #22AFF2;
}
</style>
background-color css
<style>
a { background-color: #22AFF2; }
a { background-color: rgb(34,175,242); }
div.DivClassName
{
background-color: #22AFF2;
}
.BgClassName
{
background-color: #22AFF2;
}
</style>
border-color css
<style>
span { border-color: #22AFF2; }
span { border-color: rgb(34,175,242); }
td.TdClassName
{
border-color: #22AFF2;
}
.TagClassName
{
border-color: #22AFF2;
}
</style>