Shades of Summer Sky #32AAEA
Tints of Summer Sky #32AAEA
RGB
CMYK
RGB Variations
Color information
#32AAEA (or 0x32AAEA) is known color: Summer Sky. HEX triplet: 32, AA and EA. RGB value is (50,170,234). Sum of RGB (Red+Green+Blue) = 50+170+234=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #32AAEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AAEA is #CD5515. Grayscale: #8D8D8D. Windows color (decimal): -13456662 or 15378994. OLE color: 15378994.
HSL color Cylindrical-coordinate representation of color #32AAEA: hue angle of 200.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AAEA is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 170 | 234 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.08 |
| HSL | 200.87º | 0.81% | 0.56% | - |
| HSV(B) | 200.87º | 0.79% | 0.92% | - |
| XYZ | 30.54 | 35.37 | 83.06 | - |
| YUV | 141.42 | 180.24 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 234 | 0.79 | 0.27 | 0 | 0.08 | 200.87 | 0.81 | 0.56 |
| Hex | 32 | AA | EA | 4F | 1B | 0 | 8 | C9 | 51 | 38 |
| Octal | 62 | 252 | 352 | 117 | 33 | 0 | 10 | 311 | 121 | 70 |
| Binary | 110010 | 10101010 | 11101010 | 1001111 | 11011 | 0 | 1000 | 11001001 | 1010001 | 111000 |
Color Harmonies of #32AAEA
Complementary color
Monochromatic Colors of #32AAEA
Black with #32AAEA
Text Example
Text Example
White with #32AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAEA; }
p { color: rgb(50,170,234); }
H1.HeaderClassName
{
color: #32AAEA;
}
.AnyTagClassName
{
color: #32AAEA;
}
</style>
background-color css
<style>
a { background-color: #32AAEA; }
a { background-color: rgb(50,170,234); }
div.DivClassName
{
background-color: #32AAEA;
}
.BgClassName
{
background-color: #32AAEA;
}
</style>
border-color css
<style>
span { border-color: #32AAEA; }
span { border-color: rgb(50,170,234); }
td.TdClassName
{
border-color: #32AAEA;
}
.TagClassName
{
border-color: #32AAEA;
}
</style>