Shades of Summer Sky #32AED0
Tints of Summer Sky #32AED0
RGB
CMYK
RGB Variations
Color information
#32AED0 (or 0x32AED0) is known color: Summer Sky. HEX triplet: 32, AE and D0. RGB value is (50,174,208). Sum of RGB (Red+Green+Blue) = 50+174+208=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #32AED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AED0 is #CD512F. Grayscale: #8C8C8C. Windows color (decimal): -13455664 or 13676082. OLE color: 13676082.
HSL color Cylindrical-coordinate representation of color #32AED0: hue angle of 192.91º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32AED0 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 174 | 208 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.18 |
| HSL | 192.91º | 0.63% | 0.51% | - |
| HSV(B) | 192.91º | 0.76% | 0.82% | - |
| XYZ | 27.84 | 35.5 | 65.06 | - |
| YUV | 140.8 | 165.92 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 208 | 0.76 | 0.16 | 0 | 0.18 | 192.91 | 0.63 | 0.51 |
| Hex | 32 | AE | D0 | 4C | 10 | 0 | 12 | C1 | 3F | 33 |
| Octal | 62 | 256 | 320 | 114 | 20 | 0 | 22 | 301 | 77 | 63 |
| Binary | 110010 | 10101110 | 11010000 | 1001100 | 10000 | 0 | 10010 | 11000001 | 111111 | 110011 |
Color Harmonies of #32AED0
Complementary color
Monochromatic Colors of #32AED0
Black with #32AED0
Text Example
Text Example
White with #32AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AED0; }
p { color: rgb(50,174,208); }
H1.HeaderClassName
{
color: #32AED0;
}
.AnyTagClassName
{
color: #32AED0;
}
</style>
background-color css
<style>
a { background-color: #32AED0; }
a { background-color: rgb(50,174,208); }
div.DivClassName
{
background-color: #32AED0;
}
.BgClassName
{
background-color: #32AED0;
}
</style>
border-color css
<style>
span { border-color: #32AED0; }
span { border-color: rgb(50,174,208); }
td.TdClassName
{
border-color: #32AED0;
}
.TagClassName
{
border-color: #32AED0;
}
</style>