Shades of Summer Sky #22ACDB
Tints of Summer Sky #22ACDB
RGB
CMYK
RGB Variations
Color information
#22ACDB (or 0x22ACDB) is known color: Summer Sky. HEX triplet: 22, AC and DB. RGB value is (34,172,219). Sum of RGB (Red+Green+Blue) = 34+172+219=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #22ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ACDB is #DD5324. Grayscale: #878787. Windows color (decimal): -14504741 or 14396450. OLE color: 14396450.
HSL color Cylindrical-coordinate representation of color #22ACDB: hue angle of 195.24º 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 #22ACDB is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 172 | 219 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.14 |
| HSL | 195.24º | 0.73% | 0.5% | - |
| HSV(B) | 195.24º | 0.84% | 0.86% | - |
| XYZ | 28.2 | 34.96 | 72.28 | - |
| YUV | 136.1 | 174.78 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 219 | 0.84 | 0.21 | 0 | 0.14 | 195.24 | 0.73 | 0.5 |
| Hex | 22 | AC | DB | 54 | 15 | 0 | E | C3 | 49 | 32 |
| Octal | 42 | 254 | 333 | 124 | 25 | 0 | 16 | 303 | 111 | 62 |
| Binary | 100010 | 10101100 | 11011011 | 1010100 | 10101 | 0 | 1110 | 11000011 | 1001001 | 110010 |
Color Harmonies of #22ACDB
Complementary color
Monochromatic Colors of #22ACDB
Black with #22ACDB
Text Example
Text Example
White with #22ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ACDB; }
p { color: rgb(34,172,219); }
H1.HeaderClassName
{
color: #22ACDB;
}
.AnyTagClassName
{
color: #22ACDB;
}
</style>
background-color css
<style>
a { background-color: #22ACDB; }
a { background-color: rgb(34,172,219); }
div.DivClassName
{
background-color: #22ACDB;
}
.BgClassName
{
background-color: #22ACDB;
}
</style>
border-color css
<style>
span { border-color: #22ACDB; }
span { border-color: rgb(34,172,219); }
td.TdClassName
{
border-color: #22ACDB;
}
.TagClassName
{
border-color: #22ACDB;
}
</style>