Shades of Summer Sky #22BADC
Tints of Summer Sky #22BADC
RGB
CMYK
RGB Variations
Color information
#22BADC (or 0x22BADC) is known color: Summer Sky. HEX triplet: 22, BA and DC. RGB value is (34,186,220). Sum of RGB (Red+Green+Blue) = 34+186+220=440 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.73% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #22BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BADC is #DD4523. Grayscale: #909090. Windows color (decimal): -14501156 or 14465570. OLE color: 14465570.
HSL color Cylindrical-coordinate representation of color #22BADC: hue angle of 190.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22BADC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 186 | 220 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.97º | 0.73% | 0.5% | - |
| HSV(B) | 190.97º | 0.85% | 0.86% | - |
| XYZ | 31.14 | 40.63 | 73.91 | - |
| YUV | 144.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 220 | 0.85 | 0.15 | 0 | 0.14 | 190.97 | 0.73 | 0.5 |
| Hex | 22 | BA | DC | 55 | F | 0 | E | BF | 49 | 32 |
| Octal | 42 | 272 | 334 | 125 | 17 | 0 | 16 | 277 | 111 | 62 |
| Binary | 100010 | 10111010 | 11011100 | 1010101 | 1111 | 0 | 1110 | 10111111 | 1001001 | 110010 |
Color Harmonies of #22BADC
Complementary color
Monochromatic Colors of #22BADC
Black with #22BADC
Text Example
Text Example
White with #22BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BADC; }
p { color: rgb(34,186,220); }
H1.HeaderClassName
{
color: #22BADC;
}
.AnyTagClassName
{
color: #22BADC;
}
</style>
background-color css
<style>
a { background-color: #22BADC; }
a { background-color: rgb(34,186,220); }
div.DivClassName
{
background-color: #22BADC;
}
.BgClassName
{
background-color: #22BADC;
}
</style>
border-color css
<style>
span { border-color: #22BADC; }
span { border-color: rgb(34,186,220); }
td.TdClassName
{
border-color: #22BADC;
}
.TagClassName
{
border-color: #22BADC;
}
</style>