Shades of Summer Sky #32AAEC
Tints of Summer Sky #32AAEC
RGB
CMYK
RGB Variations
Color information
#32AAEC (or 0x32AAEC) is known color: Summer Sky. HEX triplet: 32, AA and EC. RGB value is (50,170,236). Sum of RGB (Red+Green+Blue) = 50+170+236=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #32AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AAEC is #CD5513. Grayscale: #8D8D8D. Windows color (decimal): -13456660 or 15510066. OLE color: 15510066.
HSL color Cylindrical-coordinate representation of color #32AAEC: hue angle of 201.29º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AAEC is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 170 | 236 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.07 |
| HSL | 201.29º | 0.83% | 0.56% | - |
| HSV(B) | 201.29º | 0.79% | 0.93% | - |
| XYZ | 30.83 | 35.48 | 84.58 | - |
| YUV | 141.64 | 181.24 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 236 | 0.79 | 0.28 | 0 | 0.07 | 201.29 | 0.83 | 0.56 |
| Hex | 32 | AA | EC | 4F | 1C | 0 | 7 | C9 | 53 | 38 |
| Octal | 62 | 252 | 354 | 117 | 34 | 0 | 7 | 311 | 123 | 70 |
| Binary | 110010 | 10101010 | 11101100 | 1001111 | 11100 | 0 | 111 | 11001001 | 1010011 | 111000 |
Color Harmonies of #32AAEC
Complementary color
Monochromatic Colors of #32AAEC
Black with #32AAEC
Text Example
Text Example
White with #32AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAEC; }
p { color: rgb(50,170,236); }
H1.HeaderClassName
{
color: #32AAEC;
}
.AnyTagClassName
{
color: #32AAEC;
}
</style>
background-color css
<style>
a { background-color: #32AAEC; }
a { background-color: rgb(50,170,236); }
div.DivClassName
{
background-color: #32AAEC;
}
.BgClassName
{
background-color: #32AAEC;
}
</style>
border-color css
<style>
span { border-color: #32AAEC; }
span { border-color: rgb(50,170,236); }
td.TdClassName
{
border-color: #32AAEC;
}
.TagClassName
{
border-color: #32AAEC;
}
</style>