Shades of Summer Sky #32A3CE
Tints of Summer Sky #32A3CE
RGB
CMYK
RGB Variations
Color information
#32A3CE (or 0x32A3CE) is known color: Summer Sky. HEX triplet: 32, A3 and CE. RGB value is (50,163,206). Sum of RGB (Red+Green+Blue) = 50+163+206=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #32A3CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A3CE is #CD5C31. Grayscale: #858585. Windows color (decimal): -13458482 or 13542194. OLE color: 13542194.
HSL color Cylindrical-coordinate representation of color #32A3CE: hue angle of 196.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32A3CE is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 163 | 206 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.19 |
| HSL | 196.54º | 0.61% | 0.5% | - |
| HSV(B) | 196.54º | 0.76% | 0.81% | - |
| XYZ | 25.55 | 31.33 | 63.09 | - |
| YUV | 134.12 | 168.56 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 206 | 0.76 | 0.21 | 0 | 0.19 | 196.54 | 0.61 | 0.5 |
| Hex | 32 | A3 | CE | 4C | 15 | 0 | 13 | C5 | 3D | 32 |
| Octal | 62 | 243 | 316 | 114 | 25 | 0 | 23 | 305 | 75 | 62 |
| Binary | 110010 | 10100011 | 11001110 | 1001100 | 10101 | 0 | 10011 | 11000101 | 111101 | 110010 |
Color Harmonies of #32A3CE
Complementary color
Monochromatic Colors of #32A3CE
Black with #32A3CE
Text Example
Text Example
White with #32A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A3CE; }
p { color: rgb(50,163,206); }
H1.HeaderClassName
{
color: #32A3CE;
}
.AnyTagClassName
{
color: #32A3CE;
}
</style>
background-color css
<style>
a { background-color: #32A3CE; }
a { background-color: rgb(50,163,206); }
div.DivClassName
{
background-color: #32A3CE;
}
.BgClassName
{
background-color: #32A3CE;
}
</style>
border-color css
<style>
span { border-color: #32A3CE; }
span { border-color: rgb(50,163,206); }
td.TdClassName
{
border-color: #32A3CE;
}
.TagClassName
{
border-color: #32A3CE;
}
</style>