Shades of Summer Sky #32AECC
Tints of Summer Sky #32AECC
RGB
CMYK
RGB Variations
Color information
#32AECC (or 0x32AECC) is known color: Summer Sky. HEX triplet: 32, AE and CC. RGB value is (50,174,204). Sum of RGB (Red+Green+Blue) = 50+174+204=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #32AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AECC is #CD5133. Grayscale: #8C8C8C. Windows color (decimal): -13455668 or 13413938. OLE color: 13413938.
HSL color Cylindrical-coordinate representation of color #32AECC: hue angle of 191.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AECC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 174 | 204 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.2 |
| HSL | 191.69º | 0.61% | 0.5% | - |
| HSV(B) | 191.69º | 0.75% | 0.8% | - |
| XYZ | 27.35 | 35.31 | 62.5 | - |
| YUV | 140.34 | 163.92 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 204 | 0.75 | 0.15 | 0 | 0.2 | 191.69 | 0.61 | 0.5 |
| Hex | 32 | AE | CC | 4B | F | 0 | 14 | C0 | 3D | 32 |
| Octal | 62 | 256 | 314 | 113 | 17 | 0 | 24 | 300 | 75 | 62 |
| Binary | 110010 | 10101110 | 11001100 | 1001011 | 1111 | 0 | 10100 | 11000000 | 111101 | 110010 |
Color Harmonies of #32AECC
Complementary color
Monochromatic Colors of #32AECC
Black with #32AECC
Text Example
Text Example
White with #32AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AECC; }
p { color: rgb(50,174,204); }
H1.HeaderClassName
{
color: #32AECC;
}
.AnyTagClassName
{
color: #32AECC;
}
</style>
background-color css
<style>
a { background-color: #32AECC; }
a { background-color: rgb(50,174,204); }
div.DivClassName
{
background-color: #32AECC;
}
.BgClassName
{
background-color: #32AECC;
}
</style>
border-color css
<style>
span { border-color: #32AECC; }
span { border-color: rgb(50,174,204); }
td.TdClassName
{
border-color: #32AECC;
}
.TagClassName
{
border-color: #32AECC;
}
</style>