Shades of Summer Sky #22ADD2
Tints of Summer Sky #22ADD2
RGB
CMYK
RGB Variations
Color information
#22ADD2 (or 0x22ADD2) is known color: Summer Sky. HEX triplet: 22, AD and D2. RGB value is (34,173,210). Sum of RGB (Red+Green+Blue) = 34+173+210=417 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.15% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #22ADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ADD2 is #DD522D. Grayscale: #878787. Windows color (decimal): -14504494 or 13806882. OLE color: 13806882.
HSL color Cylindrical-coordinate representation of color #22ADD2: hue angle of 192.61º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22ADD2 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 173 | 210 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.18 |
| HSL | 192.61º | 0.72% | 0.48% | - |
| HSV(B) | 192.61º | 0.84% | 0.82% | - |
| XYZ | 27.24 | 34.88 | 66.27 | - |
| YUV | 135.66 | 169.95 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 210 | 0.84 | 0.18 | 0 | 0.18 | 192.61 | 0.72 | 0.48 |
| Hex | 22 | AD | D2 | 54 | 12 | 0 | 12 | C1 | 48 | 30 |
| Octal | 42 | 255 | 322 | 124 | 22 | 0 | 22 | 301 | 110 | 60 |
| Binary | 100010 | 10101101 | 11010010 | 1010100 | 10010 | 0 | 10010 | 11000001 | 1001000 | 110000 |
Color Harmonies of #22ADD2
Complementary color
Monochromatic Colors of #22ADD2
Black with #22ADD2
Text Example
Text Example
White with #22ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ADD2; }
p { color: rgb(34,173,210); }
H1.HeaderClassName
{
color: #22ADD2;
}
.AnyTagClassName
{
color: #22ADD2;
}
</style>
background-color css
<style>
a { background-color: #22ADD2; }
a { background-color: rgb(34,173,210); }
div.DivClassName
{
background-color: #22ADD2;
}
.BgClassName
{
background-color: #22ADD2;
}
</style>
border-color css
<style>
span { border-color: #22ADD2; }
span { border-color: rgb(34,173,210); }
td.TdClassName
{
border-color: #22ADD2;
}
.TagClassName
{
border-color: #22ADD2;
}
</style>