Shades of Summer Sky #22BADD
Tints of Summer Sky #22BADD
RGB
CMYK
RGB Variations
Color information
#22BADD (or 0x22BADD) is known color: Summer Sky. HEX triplet: 22, BA and DD. RGB value is (34,186,221). Sum of RGB (Red+Green+Blue) = 34+186+221=441 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.71% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #22BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BADD is #DD4522. Grayscale: #909090. Windows color (decimal): -14501155 or 14531106. OLE color: 14531106.
HSL color Cylindrical-coordinate representation of color #22BADD: hue angle of 191.23º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22BADD is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 186 | 221 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.13 |
| HSL | 191.23º | 0.73% | 0.5% | - |
| HSV(B) | 191.23º | 0.85% | 0.87% | - |
| XYZ | 31.27 | 40.68 | 74.61 | - |
| YUV | 144.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 221 | 0.85 | 0.16 | 0 | 0.13 | 191.23 | 0.73 | 0.5 |
| Hex | 22 | BA | DD | 55 | 10 | 0 | D | BF | 49 | 32 |
| Octal | 42 | 272 | 335 | 125 | 20 | 0 | 15 | 277 | 111 | 62 |
| Binary | 100010 | 10111010 | 11011101 | 1010101 | 10000 | 0 | 1101 | 10111111 | 1001001 | 110010 |
Color Harmonies of #22BADD
Complementary color
Monochromatic Colors of #22BADD
Black with #22BADD
Text Example
Text Example
White with #22BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BADD; }
p { color: rgb(34,186,221); }
H1.HeaderClassName
{
color: #22BADD;
}
.AnyTagClassName
{
color: #22BADD;
}
</style>
background-color css
<style>
a { background-color: #22BADD; }
a { background-color: rgb(34,186,221); }
div.DivClassName
{
background-color: #22BADD;
}
.BgClassName
{
background-color: #22BADD;
}
</style>
border-color css
<style>
span { border-color: #22BADD; }
span { border-color: rgb(34,186,221); }
td.TdClassName
{
border-color: #22BADD;
}
.TagClassName
{
border-color: #22BADD;
}
</style>