Shades of Summer Sky #22BBDC
Tints of Summer Sky #22BBDC
RGB
CMYK
RGB Variations
Color information
#22BBDC (or 0x22BBDC) is known color: Summer Sky. HEX triplet: 22, BB and DC. RGB value is (34,187,220). Sum of RGB (Red+Green+Blue) = 34+187+220=441 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.71% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #22BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBDC is #DD4423. Grayscale: #909090. Windows color (decimal): -14500900 or 14465826. OLE color: 14465826.
HSL color Cylindrical-coordinate representation of color #22BBDC: hue angle of 190.65º 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 #22BBDC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 187 | 220 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.65º | 0.73% | 0.5% | - |
| HSV(B) | 190.65º | 0.85% | 0.86% | - |
| XYZ | 31.35 | 41.05 | 73.98 | - |
| YUV | 145.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 220 | 0.85 | 0.15 | 0 | 0.14 | 190.65 | 0.73 | 0.5 |
| Hex | 22 | BB | DC | 55 | F | 0 | E | BF | 49 | 32 |
| Octal | 42 | 273 | 334 | 125 | 17 | 0 | 16 | 277 | 111 | 62 |
| Binary | 100010 | 10111011 | 11011100 | 1010101 | 1111 | 0 | 1110 | 10111111 | 1001001 | 110010 |
Color Harmonies of #22BBDC
Complementary color
Monochromatic Colors of #22BBDC
Black with #22BBDC
Text Example
Text Example
White with #22BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBDC; }
p { color: rgb(34,187,220); }
H1.HeaderClassName
{
color: #22BBDC;
}
.AnyTagClassName
{
color: #22BBDC;
}
</style>
background-color css
<style>
a { background-color: #22BBDC; }
a { background-color: rgb(34,187,220); }
div.DivClassName
{
background-color: #22BBDC;
}
.BgClassName
{
background-color: #22BBDC;
}
</style>
border-color css
<style>
span { border-color: #22BBDC; }
span { border-color: rgb(34,187,220); }
td.TdClassName
{
border-color: #22BBDC;
}
.TagClassName
{
border-color: #22BBDC;
}
</style>