Shades of Summer Sky #32A0EB
Tints of Summer Sky #32A0EB
RGB
CMYK
RGB Variations
Color information
#32A0EB (or 0x32A0EB) is known color: Summer Sky. HEX triplet: 32, A0 and EB. RGB value is (50,160,235). Sum of RGB (Red+Green+Blue) = 50+160+235=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #32A0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A0EB is #CD5F14. Grayscale: #878787. Windows color (decimal): -13459221 or 15441970. OLE color: 15441970.
HSL color Cylindrical-coordinate representation of color #32A0EB: hue angle of 204.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32A0EB is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 160 | 235 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.08 |
| HSL | 204.32º | 0.82% | 0.56% | - |
| HSV(B) | 204.32º | 0.79% | 0.92% | - |
| XYZ | 28.88 | 31.82 | 83.22 | - |
| YUV | 135.66 | 184.06 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 235 | 0.79 | 0.32 | 0 | 0.08 | 204.32 | 0.82 | 0.56 |
| Hex | 32 | A0 | EB | 4F | 20 | 0 | 8 | CC | 52 | 38 |
| Octal | 62 | 240 | 353 | 117 | 40 | 0 | 10 | 314 | 122 | 70 |
| Binary | 110010 | 10100000 | 11101011 | 1001111 | 100000 | 0 | 1000 | 11001100 | 1010010 | 111000 |
Color Harmonies of #32A0EB
Complementary color
Monochromatic Colors of #32A0EB
Black with #32A0EB
Text Example
Text Example
White with #32A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A0EB; }
p { color: rgb(50,160,235); }
H1.HeaderClassName
{
color: #32A0EB;
}
.AnyTagClassName
{
color: #32A0EB;
}
</style>
background-color css
<style>
a { background-color: #32A0EB; }
a { background-color: rgb(50,160,235); }
div.DivClassName
{
background-color: #32A0EB;
}
.BgClassName
{
background-color: #32A0EB;
}
</style>
border-color css
<style>
span { border-color: #32A0EB; }
span { border-color: rgb(50,160,235); }
td.TdClassName
{
border-color: #32A0EB;
}
.TagClassName
{
border-color: #32A0EB;
}
</style>