Shades of Summer Sky #32A1CC
Tints of Summer Sky #32A1CC
RGB
CMYK
RGB Variations
Color information
#32A1CC (or 0x32A1CC) is known color: Summer Sky. HEX triplet: 32, A1 and CC. RGB value is (50,161,204). Sum of RGB (Red+Green+Blue) = 50+161+204=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #32A1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A1CC is #CD5E33. Grayscale: #848484. Windows color (decimal): -13458996 or 13410610. OLE color: 13410610.
HSL color Cylindrical-coordinate representation of color #32A1CC: hue angle of 196.75º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32A1CC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 161 | 204 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.2 |
| HSL | 196.75º | 0.61% | 0.5% | - |
| HSV(B) | 196.75º | 0.75% | 0.8% | - |
| XYZ | 24.96 | 30.53 | 61.7 | - |
| YUV | 132.71 | 168.23 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 204 | 0.75 | 0.21 | 0 | 0.2 | 196.75 | 0.61 | 0.5 |
| Hex | 32 | A1 | CC | 4B | 15 | 0 | 14 | C5 | 3D | 32 |
| Octal | 62 | 241 | 314 | 113 | 25 | 0 | 24 | 305 | 75 | 62 |
| Binary | 110010 | 10100001 | 11001100 | 1001011 | 10101 | 0 | 10100 | 11000101 | 111101 | 110010 |
Color Harmonies of #32A1CC
Complementary color
Monochromatic Colors of #32A1CC
Black with #32A1CC
Text Example
Text Example
White with #32A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A1CC; }
p { color: rgb(50,161,204); }
H1.HeaderClassName
{
color: #32A1CC;
}
.AnyTagClassName
{
color: #32A1CC;
}
</style>
background-color css
<style>
a { background-color: #32A1CC; }
a { background-color: rgb(50,161,204); }
div.DivClassName
{
background-color: #32A1CC;
}
.BgClassName
{
background-color: #32A1CC;
}
</style>
border-color css
<style>
span { border-color: #32A1CC; }
span { border-color: rgb(50,161,204); }
td.TdClassName
{
border-color: #32A1CC;
}
.TagClassName
{
border-color: #32A1CC;
}
</style>