Shades of Summer Sky #32AECD
Tints of Summer Sky #32AECD
RGB
CMYK
RGB Variations
Color information
#32AECD (or 0x32AECD) is known color: Summer Sky. HEX triplet: 32, AE and CD. RGB value is (50,174,205). Sum of RGB (Red+Green+Blue) = 50+174+205=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #32AECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AECD is #CD5132. Grayscale: #8C8C8C. Windows color (decimal): -13455667 or 13479474. OLE color: 13479474.
HSL color Cylindrical-coordinate representation of color #32AECD: hue angle of 192º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32AECD is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 174 | 205 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.20 |
| HSL | 192º | 0.61% | 0.5% | - |
| HSV(B) | 192º | 0.76% | 0.8% | - |
| XYZ | 27.47 | 35.36 | 63.13 | - |
| YUV | 140.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 205 | 0.76 | 0.15 | 0 | 0.20 | 192 | 0.61 | 0.5 |
| Hex | 32 | AE | CD | 4C | F | 0 | 14 | C0 | 3D | 32 |
| Octal | 62 | 256 | 315 | 114 | 17 | 0 | 24 | 300 | 75 | 62 |
| Binary | 110010 | 10101110 | 11001101 | 1001100 | 1111 | 0 | 10100 | 11000000 | 111101 | 110010 |
Color Harmonies of #32AECD
Complementary color
Monochromatic Colors of #32AECD
Black with #32AECD
Text Example
Text Example
White with #32AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AECD; }
p { color: rgb(50,174,205); }
H1.HeaderClassName
{
color: #32AECD;
}
.AnyTagClassName
{
color: #32AECD;
}
</style>
background-color css
<style>
a { background-color: #32AECD; }
a { background-color: rgb(50,174,205); }
div.DivClassName
{
background-color: #32AECD;
}
.BgClassName
{
background-color: #32AECD;
}
</style>
border-color css
<style>
span { border-color: #32AECD; }
span { border-color: rgb(50,174,205); }
td.TdClassName
{
border-color: #32AECD;
}
.TagClassName
{
border-color: #32AECD;
}
</style>