Shades of Summer Sky #22A0DB
Tints of Summer Sky #22A0DB
RGB
CMYK
RGB Variations
Color information
#22A0DB (or 0x22A0DB) is known color: Summer Sky. HEX triplet: 22, A0 and DB. RGB value is (34,160,219). Sum of RGB (Red+Green+Blue) = 34+160+219=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #22A0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22A0DB is #DD5F24. Grayscale: #808080. Windows color (decimal): -14507813 or 14393378. OLE color: 14393378.
HSL color Cylindrical-coordinate representation of color #22A0DB: hue angle of 199.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22A0DB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 160 | 219 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.14 |
| HSL | 199.14º | 0.73% | 0.5% | - |
| HSV(B) | 199.14º | 0.84% | 0.86% | - |
| XYZ | 26.02 | 30.6 | 71.55 | - |
| YUV | 129.05 | 178.76 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 160 | 219 | 0.84 | 0.27 | 0 | 0.14 | 199.14 | 0.73 | 0.5 |
| Hex | 22 | A0 | DB | 54 | 1B | 0 | E | C7 | 49 | 32 |
| Octal | 42 | 240 | 333 | 124 | 33 | 0 | 16 | 307 | 111 | 62 |
| Binary | 100010 | 10100000 | 11011011 | 1010100 | 11011 | 0 | 1110 | 11000111 | 1001001 | 110010 |
Color Harmonies of #22A0DB
Complementary color
Monochromatic Colors of #22A0DB
Black with #22A0DB
Text Example
Text Example
White with #22A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A0DB; }
p { color: rgb(34,160,219); }
H1.HeaderClassName
{
color: #22A0DB;
}
.AnyTagClassName
{
color: #22A0DB;
}
</style>
background-color css
<style>
a { background-color: #22A0DB; }
a { background-color: rgb(34,160,219); }
div.DivClassName
{
background-color: #22A0DB;
}
.BgClassName
{
background-color: #22A0DB;
}
</style>
border-color css
<style>
span { border-color: #22A0DB; }
span { border-color: rgb(34,160,219); }
td.TdClassName
{
border-color: #22A0DB;
}
.TagClassName
{
border-color: #22A0DB;
}
</style>