Shades of Summer Sky #22A8D1
Tints of Summer Sky #22A8D1
RGB
CMYK
RGB Variations
Color information
#22A8D1 (or 0x22A8D1) is known color: Summer Sky. HEX triplet: 22, A8 and D1. RGB value is (34,168,209). Sum of RGB (Red+Green+Blue) = 34+168+209=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #22A8D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22A8D1 is #DD572E. Grayscale: #848484. Windows color (decimal): -14505775 or 13740066. OLE color: 13740066.
HSL color Cylindrical-coordinate representation of color #22A8D1: hue angle of 194.06º 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 #22A8D1 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 168 | 209 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.18 |
| HSL | 194.06º | 0.72% | 0.48% | - |
| HSV(B) | 194.06º | 0.84% | 0.82% | - |
| XYZ | 26.17 | 32.95 | 65.3 | - |
| YUV | 132.61 | 171.11 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 168 | 209 | 0.84 | 0.20 | 0 | 0.18 | 194.06 | 0.72 | 0.48 |
| Hex | 22 | A8 | D1 | 54 | 14 | 0 | 12 | C2 | 48 | 30 |
| Octal | 42 | 250 | 321 | 124 | 24 | 0 | 22 | 302 | 110 | 60 |
| Binary | 100010 | 10101000 | 11010001 | 1010100 | 10100 | 0 | 10010 | 11000010 | 1001000 | 110000 |
Color Harmonies of #22A8D1
Complementary color
Monochromatic Colors of #22A8D1
Black with #22A8D1
Text Example
Text Example
White with #22A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A8D1; }
p { color: rgb(34,168,209); }
H1.HeaderClassName
{
color: #22A8D1;
}
.AnyTagClassName
{
color: #22A8D1;
}
</style>
background-color css
<style>
a { background-color: #22A8D1; }
a { background-color: rgb(34,168,209); }
div.DivClassName
{
background-color: #22A8D1;
}
.BgClassName
{
background-color: #22A8D1;
}
</style>
border-color css
<style>
span { border-color: #22A8D1; }
span { border-color: rgb(34,168,209); }
td.TdClassName
{
border-color: #22A8D1;
}
.TagClassName
{
border-color: #22A8D1;
}
</style>