Shades of Summer Sky #32AAE0
Tints of Summer Sky #32AAE0
RGB
CMYK
RGB Variations
Color information
#32AAE0 (or 0x32AAE0) is known color: Summer Sky. HEX triplet: 32, AA and E0. RGB value is (50,170,224). Sum of RGB (Red+Green+Blue) = 50+170+224=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #32AAE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AAE0 is #CD551F. Grayscale: #8B8B8B. Windows color (decimal): -13456672 or 14723634. OLE color: 14723634.
HSL color Cylindrical-coordinate representation of color #32AAE0: hue angle of 198.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AAE0 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 170 | 224 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.12 |
| HSL | 198.62º | 0.74% | 0.54% | - |
| HSV(B) | 198.62º | 0.78% | 0.88% | - |
| XYZ | 29.14 | 34.81 | 75.7 | - |
| YUV | 140.28 | 175.24 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 224 | 0.78 | 0.24 | 0 | 0.12 | 198.62 | 0.74 | 0.54 |
| Hex | 32 | AA | E0 | 4E | 18 | 0 | C | C7 | 4A | 36 |
| Octal | 62 | 252 | 340 | 116 | 30 | 0 | 14 | 307 | 112 | 66 |
| Binary | 110010 | 10101010 | 11100000 | 1001110 | 11000 | 0 | 1100 | 11000111 | 1001010 | 110110 |
Color Harmonies of #32AAE0
Complementary color
Monochromatic Colors of #32AAE0
Black with #32AAE0
Text Example
Text Example
White with #32AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAE0; }
p { color: rgb(50,170,224); }
H1.HeaderClassName
{
color: #32AAE0;
}
.AnyTagClassName
{
color: #32AAE0;
}
</style>
background-color css
<style>
a { background-color: #32AAE0; }
a { background-color: rgb(50,170,224); }
div.DivClassName
{
background-color: #32AAE0;
}
.BgClassName
{
background-color: #32AAE0;
}
</style>
border-color css
<style>
span { border-color: #32AAE0; }
span { border-color: rgb(50,170,224); }
td.TdClassName
{
border-color: #32AAE0;
}
.TagClassName
{
border-color: #32AAE0;
}
</style>