Shades of Summer Sky #32AFDD
Tints of Summer Sky #32AFDD
RGB
CMYK
RGB Variations
Color information
#32AFDD (or 0x32AFDD) is known color: Summer Sky. HEX triplet: 32, AF and DD. RGB value is (50,175,221). Sum of RGB (Red+Green+Blue) = 50+175+221=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #32AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFDD is #CD5022. Grayscale: #8E8E8E. Windows color (decimal): -13455395 or 14528306. OLE color: 14528306.
HSL color Cylindrical-coordinate representation of color #32AFDD: hue angle of 196.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32AFDD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 175 | 221 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.13 |
| HSL | 196.14º | 0.72% | 0.53% | - |
| HSV(B) | 196.14º | 0.77% | 0.87% | - |
| XYZ | 29.7 | 36.56 | 73.9 | - |
| YUV | 142.87 | 172.09 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 221 | 0.77 | 0.21 | 0 | 0.13 | 196.14 | 0.72 | 0.53 |
| Hex | 32 | AF | DD | 4D | 15 | 0 | D | C4 | 48 | 35 |
| Octal | 62 | 257 | 335 | 115 | 25 | 0 | 15 | 304 | 110 | 65 |
| Binary | 110010 | 10101111 | 11011101 | 1001101 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110101 |
Color Harmonies of #32AFDD
Complementary color
Monochromatic Colors of #32AFDD
Black with #32AFDD
Text Example
Text Example
White with #32AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFDD; }
p { color: rgb(50,175,221); }
H1.HeaderClassName
{
color: #32AFDD;
}
.AnyTagClassName
{
color: #32AFDD;
}
</style>
background-color css
<style>
a { background-color: #32AFDD; }
a { background-color: rgb(50,175,221); }
div.DivClassName
{
background-color: #32AFDD;
}
.BgClassName
{
background-color: #32AFDD;
}
</style>
border-color css
<style>
span { border-color: #32AFDD; }
span { border-color: rgb(50,175,221); }
td.TdClassName
{
border-color: #32AFDD;
}
.TagClassName
{
border-color: #32AFDD;
}
</style>