Shades of Summer Sky #32AED5
Tints of Summer Sky #32AED5
RGB
CMYK
RGB Variations
Color information
#32AED5 (or 0x32AED5) is known color: Summer Sky. HEX triplet: 32, AE and D5. RGB value is (50,174,213). Sum of RGB (Red+Green+Blue) = 50+174+213=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #32AED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AED5 is #CD512A. Grayscale: #8D8D8D. Windows color (decimal): -13455659 or 14003762. OLE color: 14003762.
HSL color Cylindrical-coordinate representation of color #32AED5: hue angle of 194.36º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32AED5 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 174 | 213 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.16 |
| HSL | 194.36º | 0.66% | 0.52% | - |
| HSV(B) | 194.36º | 0.77% | 0.84% | - |
| XYZ | 28.46 | 35.75 | 68.35 | - |
| YUV | 141.37 | 168.42 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 213 | 0.77 | 0.18 | 0 | 0.16 | 194.36 | 0.66 | 0.52 |
| Hex | 32 | AE | D5 | 4D | 12 | 0 | 10 | C2 | 42 | 34 |
| Octal | 62 | 256 | 325 | 115 | 22 | 0 | 20 | 302 | 102 | 64 |
| Binary | 110010 | 10101110 | 11010101 | 1001101 | 10010 | 0 | 10000 | 11000010 | 1000010 | 110100 |
Color Harmonies of #32AED5
Complementary color
Monochromatic Colors of #32AED5
Black with #32AED5
Text Example
Text Example
White with #32AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AED5; }
p { color: rgb(50,174,213); }
H1.HeaderClassName
{
color: #32AED5;
}
.AnyTagClassName
{
color: #32AED5;
}
</style>
background-color css
<style>
a { background-color: #32AED5; }
a { background-color: rgb(50,174,213); }
div.DivClassName
{
background-color: #32AED5;
}
.BgClassName
{
background-color: #32AED5;
}
</style>
border-color css
<style>
span { border-color: #32AED5; }
span { border-color: rgb(50,174,213); }
td.TdClassName
{
border-color: #32AED5;
}
.TagClassName
{
border-color: #32AED5;
}
</style>