Shades of Summer Sky #22BBDB
Tints of Summer Sky #22BBDB
RGB
CMYK
RGB Variations
Color information
#22BBDB (or 0x22BBDB) is known color: Summer Sky. HEX triplet: 22, BB and DB. RGB value is (34,187,219). Sum of RGB (Red+Green+Blue) = 34+187+219=440 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.73% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #22BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBDB is #DD4424. Grayscale: #909090. Windows color (decimal): -14500901 or 14400290. OLE color: 14400290.
HSL color Cylindrical-coordinate representation of color #22BBDB: hue angle of 190.38º 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 #22BBDB is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 187 | 219 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.14 |
| HSL | 190.38º | 0.73% | 0.5% | - |
| HSV(B) | 190.38º | 0.84% | 0.86% | - |
| XYZ | 31.22 | 41 | 73.29 | - |
| YUV | 144.9 | 169.81 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 219 | 0.84 | 0.15 | 0 | 0.14 | 190.38 | 0.73 | 0.5 |
| Hex | 22 | BB | DB | 54 | F | 0 | E | BE | 49 | 32 |
| Octal | 42 | 273 | 333 | 124 | 17 | 0 | 16 | 276 | 111 | 62 |
| Binary | 100010 | 10111011 | 11011011 | 1010100 | 1111 | 0 | 1110 | 10111110 | 1001001 | 110010 |
Color Harmonies of #22BBDB
Complementary color
Monochromatic Colors of #22BBDB
Black with #22BBDB
Text Example
Text Example
White with #22BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBDB; }
p { color: rgb(34,187,219); }
H1.HeaderClassName
{
color: #22BBDB;
}
.AnyTagClassName
{
color: #22BBDB;
}
</style>
background-color css
<style>
a { background-color: #22BBDB; }
a { background-color: rgb(34,187,219); }
div.DivClassName
{
background-color: #22BBDB;
}
.BgClassName
{
background-color: #22BBDB;
}
</style>
border-color css
<style>
span { border-color: #22BBDB; }
span { border-color: rgb(34,187,219); }
td.TdClassName
{
border-color: #22BBDB;
}
.TagClassName
{
border-color: #22BBDB;
}
</style>