Shades of Summer Sky #22BCD5
Tints of Summer Sky #22BCD5
RGB
CMYK
RGB Variations
Color information
#22BCD5 (or 0x22BCD5) is known color: Summer Sky. HEX triplet: 22, BC and D5. RGB value is (34,188,213). Sum of RGB (Red+Green+Blue) = 34+188+213=435 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.82% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #22BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCD5 is #DD432A. Grayscale: #909090. Windows color (decimal): -14500651 or 14007330. OLE color: 14007330.
HSL color Cylindrical-coordinate representation of color #22BCD5: hue angle of 188.38º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22BCD5 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 188 | 213 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.16 |
| HSL | 188.38º | 0.72% | 0.48% | - |
| HSV(B) | 188.38º | 0.84% | 0.84% | - |
| XYZ | 30.65 | 41.11 | 69.27 | - |
| YUV | 144.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 213 | 0.84 | 0.12 | 0 | 0.16 | 188.38 | 0.72 | 0.48 |
| Hex | 22 | BC | D5 | 54 | C | 0 | 10 | BC | 48 | 30 |
| Octal | 42 | 274 | 325 | 124 | 14 | 0 | 20 | 274 | 110 | 60 |
| Binary | 100010 | 10111100 | 11010101 | 1010100 | 1100 | 0 | 10000 | 10111100 | 1001000 | 110000 |
Color Harmonies of #22BCD5
Complementary color
Monochromatic Colors of #22BCD5
Black with #22BCD5
Text Example
Text Example
White with #22BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BCD5; }
p { color: rgb(34,188,213); }
H1.HeaderClassName
{
color: #22BCD5;
}
.AnyTagClassName
{
color: #22BCD5;
}
</style>
background-color css
<style>
a { background-color: #22BCD5; }
a { background-color: rgb(34,188,213); }
div.DivClassName
{
background-color: #22BCD5;
}
.BgClassName
{
background-color: #22BCD5;
}
</style>
border-color css
<style>
span { border-color: #22BCD5; }
span { border-color: rgb(34,188,213); }
td.TdClassName
{
border-color: #22BCD5;
}
.TagClassName
{
border-color: #22BCD5;
}
</style>