Shades of Summer Sky #22BADE
Tints of Summer Sky #22BADE
RGB
CMYK
RGB Variations
Color information
#22BADE (or 0x22BADE) is known color: Summer Sky. HEX triplet: 22, BA and DE. RGB value is (34,186,222). Sum of RGB (Red+Green+Blue) = 34+186+222=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #22BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BADE is #DD4521. Grayscale: #909090. Windows color (decimal): -14501154 or 14596642. OLE color: 14596642.
HSL color Cylindrical-coordinate representation of color #22BADE: hue angle of 191.49º degrees, saturation: 0.74, 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 #22BADE is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 186 | 222 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.13 |
| HSL | 191.49º | 0.74% | 0.5% | - |
| HSV(B) | 191.49º | 0.85% | 0.87% | - |
| XYZ | 31.4 | 40.73 | 75.31 | - |
| YUV | 144.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 222 | 0.85 | 0.16 | 0 | 0.13 | 191.49 | 0.74 | 0.5 |
| Hex | 22 | BA | DE | 55 | 10 | 0 | D | BF | 4A | 32 |
| Octal | 42 | 272 | 336 | 125 | 20 | 0 | 15 | 277 | 112 | 62 |
| Binary | 100010 | 10111010 | 11011110 | 1010101 | 10000 | 0 | 1101 | 10111111 | 1001010 | 110010 |
Color Harmonies of #22BADE
Complementary color
Monochromatic Colors of #22BADE
Black with #22BADE
Text Example
Text Example
White with #22BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BADE; }
p { color: rgb(34,186,222); }
H1.HeaderClassName
{
color: #22BADE;
}
.AnyTagClassName
{
color: #22BADE;
}
</style>
background-color css
<style>
a { background-color: #22BADE; }
a { background-color: rgb(34,186,222); }
div.DivClassName
{
background-color: #22BADE;
}
.BgClassName
{
background-color: #22BADE;
}
</style>
border-color css
<style>
span { border-color: #22BADE; }
span { border-color: rgb(34,186,222); }
td.TdClassName
{
border-color: #22BADE;
}
.TagClassName
{
border-color: #22BADE;
}
</style>