Shades of Summer Sky #22A3CE
Tints of Summer Sky #22A3CE
RGB
CMYK
RGB Variations
Color information
#22A3CE (or 0x22A3CE) is known color: Summer Sky. HEX triplet: 22, A3 and CE. RGB value is (34,163,206). Sum of RGB (Red+Green+Blue) = 34+163+206=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #22A3CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22A3CE is #DD5C31. Grayscale: #818181. Windows color (decimal): -14507058 or 13542178. OLE color: 13542178.
HSL color Cylindrical-coordinate representation of color #22A3CE: hue angle of 195º 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 #22A3CE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 163 | 206 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.19 |
| HSL | 195º | 0.72% | 0.47% | - |
| HSV(B) | 195º | 0.83% | 0.81% | - |
| XYZ | 24.9 | 30.99 | 63.06 | - |
| YUV | 129.33 | 171.26 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 163 | 206 | 0.83 | 0.21 | 0 | 0.19 | 195 | 0.72 | 0.47 |
| Hex | 22 | A3 | CE | 53 | 15 | 0 | 13 | C3 | 48 | 2F |
| Octal | 42 | 243 | 316 | 123 | 25 | 0 | 23 | 303 | 110 | 57 |
| Binary | 100010 | 10100011 | 11001110 | 1010011 | 10101 | 0 | 10011 | 11000011 | 1001000 | 101111 |
Color Harmonies of #22A3CE
Complementary color
Monochromatic Colors of #22A3CE
Black with #22A3CE
Text Example
Text Example
White with #22A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A3CE; }
p { color: rgb(34,163,206); }
H1.HeaderClassName
{
color: #22A3CE;
}
.AnyTagClassName
{
color: #22A3CE;
}
</style>
background-color css
<style>
a { background-color: #22A3CE; }
a { background-color: rgb(34,163,206); }
div.DivClassName
{
background-color: #22A3CE;
}
.BgClassName
{
background-color: #22A3CE;
}
</style>
border-color css
<style>
span { border-color: #22A3CE; }
span { border-color: rgb(34,163,206); }
td.TdClassName
{
border-color: #22A3CE;
}
.TagClassName
{
border-color: #22A3CE;
}
</style>