Shades of Summer Sky #32AEDD
Tints of Summer Sky #32AEDD
RGB
CMYK
RGB Variations
Color information
#32AEDD (or 0x32AEDD) is known color: Summer Sky. HEX triplet: 32, AE and DD. RGB value is (50,174,221). Sum of RGB (Red+Green+Blue) = 50+174+221=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #32AEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEDD is #CD5122. Grayscale: #8D8D8D. Windows color (decimal): -13455651 or 14528050. OLE color: 14528050.
HSL color Cylindrical-coordinate representation of color #32AEDD: hue angle of 196.49º 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 #32AEDD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 174 | 221 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.13 |
| HSL | 196.49º | 0.72% | 0.53% | - |
| HSV(B) | 196.49º | 0.77% | 0.87% | - |
| XYZ | 29.5 | 36.17 | 73.83 | - |
| YUV | 142.28 | 172.42 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 221 | 0.77 | 0.21 | 0 | 0.13 | 196.49 | 0.72 | 0.53 |
| Hex | 32 | AE | DD | 4D | 15 | 0 | D | C4 | 48 | 35 |
| Octal | 62 | 256 | 335 | 115 | 25 | 0 | 15 | 304 | 110 | 65 |
| Binary | 110010 | 10101110 | 11011101 | 1001101 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110101 |
Color Harmonies of #32AEDD
Complementary color
Monochromatic Colors of #32AEDD
Black with #32AEDD
Text Example
Text Example
White with #32AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEDD; }
p { color: rgb(50,174,221); }
H1.HeaderClassName
{
color: #32AEDD;
}
.AnyTagClassName
{
color: #32AEDD;
}
</style>
background-color css
<style>
a { background-color: #32AEDD; }
a { background-color: rgb(50,174,221); }
div.DivClassName
{
background-color: #32AEDD;
}
.BgClassName
{
background-color: #32AEDD;
}
</style>
border-color css
<style>
span { border-color: #32AEDD; }
span { border-color: rgb(50,174,221); }
td.TdClassName
{
border-color: #32AEDD;
}
.TagClassName
{
border-color: #32AEDD;
}
</style>