Shades of Summer Sky #32ACDD
Tints of Summer Sky #32ACDD
RGB
CMYK
RGB Variations
Color information
#32ACDD (or 0x32ACDD) is known color: Summer Sky. HEX triplet: 32, AC and DD. RGB value is (50,172,221). Sum of RGB (Red+Green+Blue) = 50+172+221=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #32ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACDD is #CD5322. Grayscale: #8C8C8C. Windows color (decimal): -13456163 or 14527538. OLE color: 14527538.
HSL color Cylindrical-coordinate representation of color #32ACDD: hue angle of 197.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ACDD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 172 | 221 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.13 |
| HSL | 197.19º | 0.72% | 0.53% | - |
| HSV(B) | 197.19º | 0.77% | 0.87% | - |
| XYZ | 29.12 | 35.4 | 73.71 | - |
| YUV | 141.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 221 | 0.77 | 0.22 | 0 | 0.13 | 197.19 | 0.72 | 0.53 |
| Hex | 32 | AC | DD | 4D | 16 | 0 | D | C5 | 48 | 35 |
| Octal | 62 | 254 | 335 | 115 | 26 | 0 | 15 | 305 | 110 | 65 |
| Binary | 110010 | 10101100 | 11011101 | 1001101 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110101 |
Color Harmonies of #32ACDD
Complementary color
Monochromatic Colors of #32ACDD
Black with #32ACDD
Text Example
Text Example
White with #32ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACDD; }
p { color: rgb(50,172,221); }
H1.HeaderClassName
{
color: #32ACDD;
}
.AnyTagClassName
{
color: #32ACDD;
}
</style>
background-color css
<style>
a { background-color: #32ACDD; }
a { background-color: rgb(50,172,221); }
div.DivClassName
{
background-color: #32ACDD;
}
.BgClassName
{
background-color: #32ACDD;
}
</style>
border-color css
<style>
span { border-color: #32ACDD; }
span { border-color: rgb(50,172,221); }
td.TdClassName
{
border-color: #32ACDD;
}
.TagClassName
{
border-color: #32ACDD;
}
</style>