Shades of Summer Sky #32AACA
Tints of Summer Sky #32AACA
RGB
CMYK
RGB Variations
Color information
#32AACA (or 0x32AACA) is known color: Summer Sky. HEX triplet: 32, AA and CA. RGB value is (50,170,202). Sum of RGB (Red+Green+Blue) = 50+170+202=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #32AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AACA is #CD5535. Grayscale: #898989. Windows color (decimal): -13456694 or 13281842. OLE color: 13281842.
HSL color Cylindrical-coordinate representation of color #32AACA: hue angle of 192.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AACA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 170 | 202 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.21 |
| HSL | 192.63º | 0.6% | 0.49% | - |
| HSV(B) | 192.63º | 0.75% | 0.79% | - |
| XYZ | 26.35 | 33.69 | 60.99 | - |
| YUV | 137.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 202 | 0.75 | 0.16 | 0 | 0.21 | 192.63 | 0.6 | 0.49 |
| Hex | 32 | AA | CA | 4B | 10 | 0 | 15 | C1 | 3C | 31 |
| Octal | 62 | 252 | 312 | 113 | 20 | 0 | 25 | 301 | 74 | 61 |
| Binary | 110010 | 10101010 | 11001010 | 1001011 | 10000 | 0 | 10101 | 11000001 | 111100 | 110001 |
Color Harmonies of #32AACA
Complementary color
Monochromatic Colors of #32AACA
Black with #32AACA
Text Example
Text Example
White with #32AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AACA; }
p { color: rgb(50,170,202); }
H1.HeaderClassName
{
color: #32AACA;
}
.AnyTagClassName
{
color: #32AACA;
}
</style>
background-color css
<style>
a { background-color: #32AACA; }
a { background-color: rgb(50,170,202); }
div.DivClassName
{
background-color: #32AACA;
}
.BgClassName
{
background-color: #32AACA;
}
</style>
border-color css
<style>
span { border-color: #32AACA; }
span { border-color: rgb(50,170,202); }
td.TdClassName
{
border-color: #32AACA;
}
.TagClassName
{
border-color: #32AACA;
}
</style>