Shades of Summer Sky #22BEDB
Tints of Summer Sky #22BEDB
RGB
CMYK
RGB Variations
Color information
#22BEDB (or 0x22BEDB) is known color: Summer Sky. HEX triplet: 22, BE and DB. RGB value is (34,190,219). Sum of RGB (Red+Green+Blue) = 34+190+219=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #22BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BEDB is #DD4124. Grayscale: #929292. Windows color (decimal): -14500133 or 14401058. OLE color: 14401058.
HSL color Cylindrical-coordinate representation of color #22BEDB: hue angle of 189.41º 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 #22BEDB is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 190 | 219 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.14 |
| HSL | 189.41º | 0.73% | 0.5% | - |
| HSV(B) | 189.41º | 0.84% | 0.86% | - |
| XYZ | 31.86 | 42.28 | 73.5 | - |
| YUV | 146.66 | 168.82 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 219 | 0.84 | 0.13 | 0 | 0.14 | 189.41 | 0.73 | 0.5 |
| Hex | 22 | BE | DB | 54 | D | 0 | E | BD | 49 | 32 |
| Octal | 42 | 276 | 333 | 124 | 15 | 0 | 16 | 275 | 111 | 62 |
| Binary | 100010 | 10111110 | 11011011 | 1010100 | 1101 | 0 | 1110 | 10111101 | 1001001 | 110010 |
Color Harmonies of #22BEDB
Complementary color
Monochromatic Colors of #22BEDB
Black with #22BEDB
Text Example
Text Example
White with #22BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BEDB; }
p { color: rgb(34,190,219); }
H1.HeaderClassName
{
color: #22BEDB;
}
.AnyTagClassName
{
color: #22BEDB;
}
</style>
background-color css
<style>
a { background-color: #22BEDB; }
a { background-color: rgb(34,190,219); }
div.DivClassName
{
background-color: #22BEDB;
}
.BgClassName
{
background-color: #22BEDB;
}
</style>
border-color css
<style>
span { border-color: #22BEDB; }
span { border-color: rgb(34,190,219); }
td.TdClassName
{
border-color: #22BEDB;
}
.TagClassName
{
border-color: #22BEDB;
}
</style>