Shades of Summer Sky #32A5DD
Tints of Summer Sky #32A5DD
RGB
CMYK
RGB Variations
Color information
#32A5DD (or 0x32A5DD) is known color: Summer Sky. HEX triplet: 32, A5 and DD. RGB value is (50,165,221). Sum of RGB (Red+Green+Blue) = 50+165+221=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #32A5DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5DD is #CD5A22. Grayscale: #888888. Windows color (decimal): -13457955 or 14525746. OLE color: 14525746.
HSL color Cylindrical-coordinate representation of color #32A5DD: hue angle of 199.65º 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 #32A5DD is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 165 | 221 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.13 |
| HSL | 199.65º | 0.72% | 0.53% | - |
| HSV(B) | 199.65º | 0.77% | 0.87% | - |
| XYZ | 27.82 | 32.81 | 73.27 | - |
| YUV | 137 | 175.4 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 221 | 0.77 | 0.25 | 0 | 0.13 | 199.65 | 0.72 | 0.53 |
| Hex | 32 | A5 | DD | 4D | 19 | 0 | D | C8 | 48 | 35 |
| Octal | 62 | 245 | 335 | 115 | 31 | 0 | 15 | 310 | 110 | 65 |
| Binary | 110010 | 10100101 | 11011101 | 1001101 | 11001 | 0 | 1101 | 11001000 | 1001000 | 110101 |
Color Harmonies of #32A5DD
Complementary color
Monochromatic Colors of #32A5DD
Black with #32A5DD
Text Example
Text Example
White with #32A5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5DD; }
p { color: rgb(50,165,221); }
H1.HeaderClassName
{
color: #32A5DD;
}
.AnyTagClassName
{
color: #32A5DD;
}
</style>
background-color css
<style>
a { background-color: #32A5DD; }
a { background-color: rgb(50,165,221); }
div.DivClassName
{
background-color: #32A5DD;
}
.BgClassName
{
background-color: #32A5DD;
}
</style>
border-color css
<style>
span { border-color: #32A5DD; }
span { border-color: rgb(50,165,221); }
td.TdClassName
{
border-color: #32A5DD;
}
.TagClassName
{
border-color: #32A5DD;
}
</style>