Shades of Summer Sky #32A9EA
Tints of Summer Sky #32A9EA
RGB
CMYK
RGB Variations
Color information
#32A9EA (or 0x32A9EA) is known color: Summer Sky. HEX triplet: 32, A9 and EA. RGB value is (50,169,234). Sum of RGB (Red+Green+Blue) = 50+169+234=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #32A9EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A9EA is #CD5615. Grayscale: #8C8C8C. Windows color (decimal): -13456918 or 15378738. OLE color: 15378738.
HSL color Cylindrical-coordinate representation of color #32A9EA: hue angle of 201.2º 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 #32A9EA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 169 | 234 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.08 |
| HSL | 201.2º | 0.81% | 0.56% | - |
| HSV(B) | 201.2º | 0.79% | 0.92% | - |
| XYZ | 30.35 | 34.99 | 83 | - |
| YUV | 140.83 | 180.58 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 169 | 234 | 0.79 | 0.28 | 0 | 0.08 | 201.2 | 0.81 | 0.56 |
| Hex | 32 | A9 | EA | 4F | 1C | 0 | 8 | C9 | 51 | 38 |
| Octal | 62 | 251 | 352 | 117 | 34 | 0 | 10 | 311 | 121 | 70 |
| Binary | 110010 | 10101001 | 11101010 | 1001111 | 11100 | 0 | 1000 | 11001001 | 1010001 | 111000 |
Color Harmonies of #32A9EA
Complementary color
Monochromatic Colors of #32A9EA
Black with #32A9EA
Text Example
Text Example
White with #32A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A9EA; }
p { color: rgb(50,169,234); }
H1.HeaderClassName
{
color: #32A9EA;
}
.AnyTagClassName
{
color: #32A9EA;
}
</style>
background-color css
<style>
a { background-color: #32A9EA; }
a { background-color: rgb(50,169,234); }
div.DivClassName
{
background-color: #32A9EA;
}
.BgClassName
{
background-color: #32A9EA;
}
</style>
border-color css
<style>
span { border-color: #32A9EA; }
span { border-color: rgb(50,169,234); }
td.TdClassName
{
border-color: #32A9EA;
}
.TagClassName
{
border-color: #32A9EA;
}
</style>