Shades of Summer Sky #22BCDB
Tints of Summer Sky #22BCDB
RGB
CMYK
RGB Variations
Color information
#22BCDB (or 0x22BCDB) is known color: Summer Sky. HEX triplet: 22, BC and DB. RGB value is (34,188,219). Sum of RGB (Red+Green+Blue) = 34+188+219=441 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.71% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #22BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCDB is #DD4324. Grayscale: #919191. Windows color (decimal): -14500645 or 14400546. OLE color: 14400546.
HSL color Cylindrical-coordinate representation of color #22BCDB: hue angle of 190.05º 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 #22BCDB is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 188 | 219 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.14 |
| HSL | 190.05º | 0.73% | 0.5% | - |
| HSV(B) | 190.05º | 0.84% | 0.86% | - |
| XYZ | 31.43 | 41.42 | 73.36 | - |
| YUV | 145.49 | 169.48 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 219 | 0.84 | 0.14 | 0 | 0.14 | 190.05 | 0.73 | 0.5 |
| Hex | 22 | BC | DB | 54 | E | 0 | E | BE | 49 | 32 |
| Octal | 42 | 274 | 333 | 124 | 16 | 0 | 16 | 276 | 111 | 62 |
| Binary | 100010 | 10111100 | 11011011 | 1010100 | 1110 | 0 | 1110 | 10111110 | 1001001 | 110010 |
Color Harmonies of #22BCDB
Complementary color
Monochromatic Colors of #22BCDB
Black with #22BCDB
Text Example
Text Example
White with #22BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BCDB; }
p { color: rgb(34,188,219); }
H1.HeaderClassName
{
color: #22BCDB;
}
.AnyTagClassName
{
color: #22BCDB;
}
</style>
background-color css
<style>
a { background-color: #22BCDB; }
a { background-color: rgb(34,188,219); }
div.DivClassName
{
background-color: #22BCDB;
}
.BgClassName
{
background-color: #22BCDB;
}
</style>
border-color css
<style>
span { border-color: #22BCDB; }
span { border-color: rgb(34,188,219); }
td.TdClassName
{
border-color: #22BCDB;
}
.TagClassName
{
border-color: #22BCDB;
}
</style>