Shades of Summer Sky #32A5CD
Tints of Summer Sky #32A5CD
RGB
CMYK
RGB Variations
Color information
#32A5CD (or 0x32A5CD) is known color: Summer Sky. HEX triplet: 32, A5 and CD. RGB value is (50,165,205). Sum of RGB (Red+Green+Blue) = 50+165+205=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #32A5CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5CD is #CD5A32. Grayscale: #868686. Windows color (decimal): -13457971 or 13477170. OLE color: 13477170.
HSL color Cylindrical-coordinate representation of color #32A5CD: hue angle of 195.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32A5CD is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 165 | 205 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.20 |
| HSL | 195.48º | 0.61% | 0.5% | - |
| HSV(B) | 195.48º | 0.76% | 0.8% | - |
| XYZ | 25.79 | 32 | 62.57 | - |
| YUV | 135.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 205 | 0.76 | 0.20 | 0 | 0.20 | 195.48 | 0.61 | 0.5 |
| Hex | 32 | A5 | CD | 4C | 14 | 0 | 14 | C3 | 3D | 32 |
| Octal | 62 | 245 | 315 | 114 | 24 | 0 | 24 | 303 | 75 | 62 |
| Binary | 110010 | 10100101 | 11001101 | 1001100 | 10100 | 0 | 10100 | 11000011 | 111101 | 110010 |
Color Harmonies of #32A5CD
Complementary color
Monochromatic Colors of #32A5CD
Black with #32A5CD
Text Example
Text Example
White with #32A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5CD; }
p { color: rgb(50,165,205); }
H1.HeaderClassName
{
color: #32A5CD;
}
.AnyTagClassName
{
color: #32A5CD;
}
</style>
background-color css
<style>
a { background-color: #32A5CD; }
a { background-color: rgb(50,165,205); }
div.DivClassName
{
background-color: #32A5CD;
}
.BgClassName
{
background-color: #32A5CD;
}
</style>
border-color css
<style>
span { border-color: #32A5CD; }
span { border-color: rgb(50,165,205); }
td.TdClassName
{
border-color: #32A5CD;
}
.TagClassName
{
border-color: #32A5CD;
}
</style>