Shades of Summer Sky #32ACDC
Tints of Summer Sky #32ACDC
RGB
CMYK
RGB Variations
Color information
#32ACDC (or 0x32ACDC) is known color: Summer Sky. HEX triplet: 32, AC and DC. RGB value is (50,172,220). Sum of RGB (Red+Green+Blue) = 50+172+220=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #32ACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACDC is #CD5323. Grayscale: #8C8C8C. Windows color (decimal): -13456164 or 14462002. OLE color: 14462002.
HSL color Cylindrical-coordinate representation of color #32ACDC: hue angle of 196.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ACDC is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 172 | 220 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.14 |
| HSL | 196.94º | 0.71% | 0.53% | - |
| HSV(B) | 196.94º | 0.77% | 0.86% | - |
| XYZ | 28.99 | 35.35 | 73.01 | - |
| YUV | 140.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 220 | 0.77 | 0.22 | 0 | 0.14 | 196.94 | 0.71 | 0.53 |
| Hex | 32 | AC | DC | 4D | 16 | 0 | E | C5 | 47 | 35 |
| Octal | 62 | 254 | 334 | 115 | 26 | 0 | 16 | 305 | 107 | 65 |
| Binary | 110010 | 10101100 | 11011100 | 1001101 | 10110 | 0 | 1110 | 11000101 | 1000111 | 110101 |
Color Harmonies of #32ACDC
Complementary color
Monochromatic Colors of #32ACDC
Black with #32ACDC
Text Example
Text Example
White with #32ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACDC; }
p { color: rgb(50,172,220); }
H1.HeaderClassName
{
color: #32ACDC;
}
.AnyTagClassName
{
color: #32ACDC;
}
</style>
background-color css
<style>
a { background-color: #32ACDC; }
a { background-color: rgb(50,172,220); }
div.DivClassName
{
background-color: #32ACDC;
}
.BgClassName
{
background-color: #32ACDC;
}
</style>
border-color css
<style>
span { border-color: #32ACDC; }
span { border-color: rgb(50,172,220); }
td.TdClassName
{
border-color: #32ACDC;
}
.TagClassName
{
border-color: #32ACDC;
}
</style>