Shades of Summer Sky #32AAD3
Tints of Summer Sky #32AAD3
RGB
CMYK
RGB Variations
Color information
#32AAD3 (or 0x32AAD3) is known color: Summer Sky. HEX triplet: 32, AA and D3. RGB value is (50,170,211). Sum of RGB (Red+Green+Blue) = 50+170+211=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #32AAD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AAD3 is #CD552C. Grayscale: #8A8A8A. Windows color (decimal): -13456685 or 13871666. OLE color: 13871666.
HSL color Cylindrical-coordinate representation of color #32AAD3: hue angle of 195.28º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32AAD3 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 170 | 211 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.17 |
| HSL | 195.28º | 0.65% | 0.51% | - |
| HSV(B) | 195.28º | 0.76% | 0.83% | - |
| XYZ | 27.45 | 34.13 | 66.77 | - |
| YUV | 138.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 211 | 0.76 | 0.19 | 0 | 0.17 | 195.28 | 0.65 | 0.51 |
| Hex | 32 | AA | D3 | 4C | 13 | 0 | 11 | C3 | 41 | 33 |
| Octal | 62 | 252 | 323 | 114 | 23 | 0 | 21 | 303 | 101 | 63 |
| Binary | 110010 | 10101010 | 11010011 | 1001100 | 10011 | 0 | 10001 | 11000011 | 1000001 | 110011 |
Color Harmonies of #32AAD3
Complementary color
Monochromatic Colors of #32AAD3
Black with #32AAD3
Text Example
Text Example
White with #32AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAD3; }
p { color: rgb(50,170,211); }
H1.HeaderClassName
{
color: #32AAD3;
}
.AnyTagClassName
{
color: #32AAD3;
}
</style>
background-color css
<style>
a { background-color: #32AAD3; }
a { background-color: rgb(50,170,211); }
div.DivClassName
{
background-color: #32AAD3;
}
.BgClassName
{
background-color: #32AAD3;
}
</style>
border-color css
<style>
span { border-color: #32AAD3; }
span { border-color: rgb(50,170,211); }
td.TdClassName
{
border-color: #32AAD3;
}
.TagClassName
{
border-color: #32AAD3;
}
</style>