Shades of Summer Sky #32ACE1
Tints of Summer Sky #32ACE1
RGB
CMYK
RGB Variations
Color information
#32ACE1 (or 0x32ACE1) is known color: Summer Sky. HEX triplet: 32, AC and E1. RGB value is (50,172,225). Sum of RGB (Red+Green+Blue) = 50+172+225=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #32ACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACE1 is #CD531E. Grayscale: #8D8D8D. Windows color (decimal): -13456159 or 14789682. OLE color: 14789682.
HSL color Cylindrical-coordinate representation of color #32ACE1: hue angle of 198.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32ACE1 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 172 | 225 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.12 |
| HSL | 198.17º | 0.74% | 0.54% | - |
| HSV(B) | 198.17º | 0.78% | 0.88% | - |
| XYZ | 29.66 | 35.62 | 76.55 | - |
| YUV | 141.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 225 | 0.78 | 0.24 | 0 | 0.12 | 198.17 | 0.74 | 0.54 |
| Hex | 32 | AC | E1 | 4E | 18 | 0 | C | C6 | 4A | 36 |
| Octal | 62 | 254 | 341 | 116 | 30 | 0 | 14 | 306 | 112 | 66 |
| Binary | 110010 | 10101100 | 11100001 | 1001110 | 11000 | 0 | 1100 | 11000110 | 1001010 | 110110 |
Color Harmonies of #32ACE1
Complementary color
Monochromatic Colors of #32ACE1
Black with #32ACE1
Text Example
Text Example
White with #32ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACE1; }
p { color: rgb(50,172,225); }
H1.HeaderClassName
{
color: #32ACE1;
}
.AnyTagClassName
{
color: #32ACE1;
}
</style>
background-color css
<style>
a { background-color: #32ACE1; }
a { background-color: rgb(50,172,225); }
div.DivClassName
{
background-color: #32ACE1;
}
.BgClassName
{
background-color: #32ACE1;
}
</style>
border-color css
<style>
span { border-color: #32ACE1; }
span { border-color: rgb(50,172,225); }
td.TdClassName
{
border-color: #32ACE1;
}
.TagClassName
{
border-color: #32ACE1;
}
</style>