Shades of Summer Sky #22ADCE
Tints of Summer Sky #22ADCE
RGB
CMYK
RGB Variations
Color information
#22ADCE (or 0x22ADCE) is known color: Summer Sky. HEX triplet: 22, AD and CE. RGB value is (34,173,206). Sum of RGB (Red+Green+Blue) = 34+173+206=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #22ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ADCE is #DD5231. Grayscale: #868686. Windows color (decimal): -14504498 or 13544738. OLE color: 13544738.
HSL color Cylindrical-coordinate representation of color #22ADCE: hue angle of 191.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22ADCE is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 173 | 206 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.19 |
| HSL | 191.51º | 0.72% | 0.47% | - |
| HSV(B) | 191.51º | 0.83% | 0.81% | - |
| XYZ | 26.74 | 34.68 | 63.68 | - |
| YUV | 135.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 206 | 0.83 | 0.16 | 0 | 0.19 | 191.51 | 0.72 | 0.47 |
| Hex | 22 | AD | CE | 53 | 10 | 0 | 13 | C0 | 48 | 2F |
| Octal | 42 | 255 | 316 | 123 | 20 | 0 | 23 | 300 | 110 | 57 |
| Binary | 100010 | 10101101 | 11001110 | 1010011 | 10000 | 0 | 10011 | 11000000 | 1001000 | 101111 |
Color Harmonies of #22ADCE
Complementary color
Monochromatic Colors of #22ADCE
Black with #22ADCE
Text Example
Text Example
White with #22ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ADCE; }
p { color: rgb(34,173,206); }
H1.HeaderClassName
{
color: #22ADCE;
}
.AnyTagClassName
{
color: #22ADCE;
}
</style>
background-color css
<style>
a { background-color: #22ADCE; }
a { background-color: rgb(34,173,206); }
div.DivClassName
{
background-color: #22ADCE;
}
.BgClassName
{
background-color: #22ADCE;
}
</style>
border-color css
<style>
span { border-color: #22ADCE; }
span { border-color: rgb(34,173,206); }
td.TdClassName
{
border-color: #22ADCE;
}
.TagClassName
{
border-color: #22ADCE;
}
</style>