Shades of Summer Sky #22ADE2
Tints of Summer Sky #22ADE2
RGB
CMYK
RGB Variations
Color information
#22ADE2 (or 0x22ADE2) is known color: Summer Sky. HEX triplet: 22, AD and E2. RGB value is (34,173,226). Sum of RGB (Red+Green+Blue) = 34+173+226=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 226 (88.67% from 255 or 52.19% from 433); Max value from RGB is 226 - color contains mainly: blue. Hex color #22ADE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ADE2 is #DD521D. Grayscale: #898989. Windows color (decimal): -14504478 or 14855458. OLE color: 14855458.
HSL color Cylindrical-coordinate representation of color #22ADE2: hue angle of 196.56º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22ADE2 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 173 | 226 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.11 |
| HSL | 196.56º | 0.77% | 0.51% | - |
| HSV(B) | 196.56º | 0.85% | 0.89% | - |
| XYZ | 29.33 | 35.72 | 77.3 | - |
| YUV | 137.48 | 177.95 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 226 | 0.85 | 0.23 | 0 | 0.11 | 196.56 | 0.77 | 0.51 |
| Hex | 22 | AD | E2 | 55 | 17 | 0 | B | C5 | 4D | 33 |
| Octal | 42 | 255 | 342 | 125 | 27 | 0 | 13 | 305 | 115 | 63 |
| Binary | 100010 | 10101101 | 11100010 | 1010101 | 10111 | 0 | 1011 | 11000101 | 1001101 | 110011 |
Color Harmonies of #22ADE2
Complementary color
Monochromatic Colors of #22ADE2
Black with #22ADE2
Text Example
Text Example
White with #22ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ADE2; }
p { color: rgb(34,173,226); }
H1.HeaderClassName
{
color: #22ADE2;
}
.AnyTagClassName
{
color: #22ADE2;
}
</style>
background-color css
<style>
a { background-color: #22ADE2; }
a { background-color: rgb(34,173,226); }
div.DivClassName
{
background-color: #22ADE2;
}
.BgClassName
{
background-color: #22ADE2;
}
</style>
border-color css
<style>
span { border-color: #22ADE2; }
span { border-color: rgb(34,173,226); }
td.TdClassName
{
border-color: #22ADE2;
}
.TagClassName
{
border-color: #22ADE2;
}
</style>