Shades of Summer Sky #22BBDD
Tints of Summer Sky #22BBDD
RGB
CMYK
RGB Variations
Color information
#22BBDD (or 0x22BBDD) is known color: Summer Sky. HEX triplet: 22, BB and DD. RGB value is (34,187,221). Sum of RGB (Red+Green+Blue) = 34+187+221=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #22BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBDD is #DD4422. Grayscale: #909090. Windows color (decimal): -14500899 or 14531362. OLE color: 14531362.
HSL color Cylindrical-coordinate representation of color #22BBDD: hue angle of 190.91º 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 #22BBDD is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 187 | 221 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.13 |
| HSL | 190.91º | 0.73% | 0.5% | - |
| HSV(B) | 190.91º | 0.85% | 0.87% | - |
| XYZ | 31.48 | 41.1 | 74.68 | - |
| YUV | 145.13 | 170.81 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 221 | 0.85 | 0.15 | 0 | 0.13 | 190.91 | 0.73 | 0.5 |
| Hex | 22 | BB | DD | 55 | F | 0 | D | BF | 49 | 32 |
| Octal | 42 | 273 | 335 | 125 | 17 | 0 | 15 | 277 | 111 | 62 |
| Binary | 100010 | 10111011 | 11011101 | 1010101 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110010 |
Color Harmonies of #22BBDD
Complementary color
Monochromatic Colors of #22BBDD
Black with #22BBDD
Text Example
Text Example
White with #22BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBDD; }
p { color: rgb(34,187,221); }
H1.HeaderClassName
{
color: #22BBDD;
}
.AnyTagClassName
{
color: #22BBDD;
}
</style>
background-color css
<style>
a { background-color: #22BBDD; }
a { background-color: rgb(34,187,221); }
div.DivClassName
{
background-color: #22BBDD;
}
.BgClassName
{
background-color: #22BBDD;
}
</style>
border-color css
<style>
span { border-color: #22BBDD; }
span { border-color: rgb(34,187,221); }
td.TdClassName
{
border-color: #22BBDD;
}
.TagClassName
{
border-color: #22BBDD;
}
</style>