Shades of Summer Sky #22B2DD
Tints of Summer Sky #22B2DD
RGB
CMYK
RGB Variations
Color information
#22B2DD (or 0x22B2DD) is known color: Summer Sky. HEX triplet: 22, B2 and DD. RGB value is (34,178,221). Sum of RGB (Red+Green+Blue) = 34+178+221=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #22B2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22B2DD is #DD4D22. Grayscale: #8B8B8B. Windows color (decimal): -14503203 or 14529058. OLE color: 14529058.
HSL color Cylindrical-coordinate representation of color #22B2DD: hue angle of 193.8º 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 #22B2DD is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 178 | 221 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.13 |
| HSL | 193.8º | 0.73% | 0.5% | - |
| HSV(B) | 193.8º | 0.85% | 0.87% | - |
| XYZ | 29.63 | 37.4 | 74.06 | - |
| YUV | 139.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 178 | 221 | 0.85 | 0.19 | 0 | 0.13 | 193.8 | 0.73 | 0.5 |
| Hex | 22 | B2 | DD | 55 | 13 | 0 | D | C2 | 49 | 32 |
| Octal | 42 | 262 | 335 | 125 | 23 | 0 | 15 | 302 | 111 | 62 |
| Binary | 100010 | 10110010 | 11011101 | 1010101 | 10011 | 0 | 1101 | 11000010 | 1001001 | 110010 |
Color Harmonies of #22B2DD
Complementary color
Monochromatic Colors of #22B2DD
Black with #22B2DD
Text Example
Text Example
White with #22B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B2DD; }
p { color: rgb(34,178,221); }
H1.HeaderClassName
{
color: #22B2DD;
}
.AnyTagClassName
{
color: #22B2DD;
}
</style>
background-color css
<style>
a { background-color: #22B2DD; }
a { background-color: rgb(34,178,221); }
div.DivClassName
{
background-color: #22B2DD;
}
.BgClassName
{
background-color: #22B2DD;
}
</style>
border-color css
<style>
span { border-color: #22B2DD; }
span { border-color: rgb(34,178,221); }
td.TdClassName
{
border-color: #22B2DD;
}
.TagClassName
{
border-color: #22B2DD;
}
</style>