Shades of Summer Sky #32ACED
Tints of Summer Sky #32ACED
RGB
CMYK
RGB Variations
Color information
#32ACED (or 0x32ACED) is known color: Summer Sky. HEX triplet: 32, AC and ED. RGB value is (50,172,237). Sum of RGB (Red+Green+Blue) = 50+172+237=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #32ACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ACED is #CD5312. Grayscale: #8E8E8E. Windows color (decimal): -13456147 or 15576114. OLE color: 15576114.
HSL color Cylindrical-coordinate representation of color #32ACED: hue angle of 200.86º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ACED is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 172 | 237 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.07 |
| HSL | 200.86º | 0.84% | 0.56% | - |
| HSV(B) | 200.86º | 0.79% | 0.93% | - |
| XYZ | 31.35 | 36.3 | 85.47 | - |
| YUV | 142.93 | 181.08 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 237 | 0.79 | 0.27 | 0 | 0.07 | 200.86 | 0.84 | 0.56 |
| Hex | 32 | AC | ED | 4F | 1B | 0 | 7 | C9 | 54 | 38 |
| Octal | 62 | 254 | 355 | 117 | 33 | 0 | 7 | 311 | 124 | 70 |
| Binary | 110010 | 10101100 | 11101101 | 1001111 | 11011 | 0 | 111 | 11001001 | 1010100 | 111000 |
Color Harmonies of #32ACED
Complementary color
Monochromatic Colors of #32ACED
Black with #32ACED
Text Example
Text Example
White with #32ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACED; }
p { color: rgb(50,172,237); }
H1.HeaderClassName
{
color: #32ACED;
}
.AnyTagClassName
{
color: #32ACED;
}
</style>
background-color css
<style>
a { background-color: #32ACED; }
a { background-color: rgb(50,172,237); }
div.DivClassName
{
background-color: #32ACED;
}
.BgClassName
{
background-color: #32ACED;
}
</style>
border-color css
<style>
span { border-color: #32ACED; }
span { border-color: rgb(50,172,237); }
td.TdClassName
{
border-color: #32ACED;
}
.TagClassName
{
border-color: #32ACED;
}
</style>