Shades of Summer Sky #32A0DD
Tints of Summer Sky #32A0DD
RGB
CMYK
RGB Variations
Color information
#32A0DD (or 0x32A0DD) is known color: Summer Sky. HEX triplet: 32, A0 and DD. RGB value is (50,160,221). Sum of RGB (Red+Green+Blue) = 50+160+221=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #32A0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A0DD is #CD5F22. Grayscale: #858585. Windows color (decimal): -13459235 or 14524466. OLE color: 14524466.
HSL color Cylindrical-coordinate representation of color #32A0DD: hue angle of 201.4º 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 #32A0DD is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 160 | 221 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.13 |
| HSL | 201.4º | 0.72% | 0.53% | - |
| HSV(B) | 201.4º | 0.77% | 0.87% | - |
| XYZ | 26.94 | 31.04 | 72.98 | - |
| YUV | 134.06 | 177.06 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 221 | 0.77 | 0.28 | 0 | 0.13 | 201.4 | 0.72 | 0.53 |
| Hex | 32 | A0 | DD | 4D | 1C | 0 | D | C9 | 48 | 35 |
| Octal | 62 | 240 | 335 | 115 | 34 | 0 | 15 | 311 | 110 | 65 |
| Binary | 110010 | 10100000 | 11011101 | 1001101 | 11100 | 0 | 1101 | 11001001 | 1001000 | 110101 |
Color Harmonies of #32A0DD
Complementary color
Monochromatic Colors of #32A0DD
Black with #32A0DD
Text Example
Text Example
White with #32A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A0DD; }
p { color: rgb(50,160,221); }
H1.HeaderClassName
{
color: #32A0DD;
}
.AnyTagClassName
{
color: #32A0DD;
}
</style>
background-color css
<style>
a { background-color: #32A0DD; }
a { background-color: rgb(50,160,221); }
div.DivClassName
{
background-color: #32A0DD;
}
.BgClassName
{
background-color: #32A0DD;
}
</style>
border-color css
<style>
span { border-color: #32A0DD; }
span { border-color: rgb(50,160,221); }
td.TdClassName
{
border-color: #32A0DD;
}
.TagClassName
{
border-color: #32A0DD;
}
</style>