Shades of Summer Sky #32ADDC
Tints of Summer Sky #32ADDC
RGB
CMYK
RGB Variations
Color information
#32ADDC (or 0x32ADDC) is known color: Summer Sky. HEX triplet: 32, AD and DC. RGB value is (50,173,220). Sum of RGB (Red+Green+Blue) = 50+173+220=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #32ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADDC is #CD5223. Grayscale: #8D8D8D. Windows color (decimal): -13455908 or 14462258. OLE color: 14462258.
HSL color Cylindrical-coordinate representation of color #32ADDC: hue angle of 196.59º 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 #32ADDC is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 173 | 220 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.14 |
| HSL | 196.59º | 0.71% | 0.53% | - |
| HSV(B) | 196.59º | 0.77% | 0.86% | - |
| XYZ | 29.18 | 35.73 | 73.07 | - |
| YUV | 141.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 220 | 0.77 | 0.21 | 0 | 0.14 | 196.59 | 0.71 | 0.53 |
| Hex | 32 | AD | DC | 4D | 15 | 0 | E | C5 | 47 | 35 |
| Octal | 62 | 255 | 334 | 115 | 25 | 0 | 16 | 305 | 107 | 65 |
| Binary | 110010 | 10101101 | 11011100 | 1001101 | 10101 | 0 | 1110 | 11000101 | 1000111 | 110101 |
Color Harmonies of #32ADDC
Complementary color
Monochromatic Colors of #32ADDC
Black with #32ADDC
Text Example
Text Example
White with #32ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADDC; }
p { color: rgb(50,173,220); }
H1.HeaderClassName
{
color: #32ADDC;
}
.AnyTagClassName
{
color: #32ADDC;
}
</style>
background-color css
<style>
a { background-color: #32ADDC; }
a { background-color: rgb(50,173,220); }
div.DivClassName
{
background-color: #32ADDC;
}
.BgClassName
{
background-color: #32ADDC;
}
</style>
border-color css
<style>
span { border-color: #32ADDC; }
span { border-color: rgb(50,173,220); }
td.TdClassName
{
border-color: #32ADDC;
}
.TagClassName
{
border-color: #32ADDC;
}
</style>