Shades of Summer Sky #32AAEF
Tints of Summer Sky #32AAEF
RGB
CMYK
RGB Variations
Color information
#32AAEF (or 0x32AAEF) is known color: Summer Sky. HEX triplet: 32, AA and EF. RGB value is (50,170,239). Sum of RGB (Red+Green+Blue) = 50+170+239=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #32AAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AAEF is #CD5510. Grayscale: #8D8D8D. Windows color (decimal): -13456657 or 15706674. OLE color: 15706674.
HSL color Cylindrical-coordinate representation of color #32AAEF: hue angle of 201.9º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AAEF is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 170 | 239 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.06 |
| HSL | 201.9º | 0.86% | 0.57% | - |
| HSV(B) | 201.9º | 0.79% | 0.94% | - |
| XYZ | 31.27 | 35.66 | 86.9 | - |
| YUV | 141.99 | 182.74 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 239 | 0.79 | 0.29 | 0 | 0.06 | 201.9 | 0.86 | 0.57 |
| Hex | 32 | AA | EF | 4F | 1D | 0 | 6 | CA | 56 | 39 |
| Octal | 62 | 252 | 357 | 117 | 35 | 0 | 6 | 312 | 126 | 71 |
| Binary | 110010 | 10101010 | 11101111 | 1001111 | 11101 | 0 | 110 | 11001010 | 1010110 | 111001 |
Color Harmonies of #32AAEF
Complementary color
Monochromatic Colors of #32AAEF
Black with #32AAEF
Text Example
Text Example
White with #32AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAEF; }
p { color: rgb(50,170,239); }
H1.HeaderClassName
{
color: #32AAEF;
}
.AnyTagClassName
{
color: #32AAEF;
}
</style>
background-color css
<style>
a { background-color: #32AAEF; }
a { background-color: rgb(50,170,239); }
div.DivClassName
{
background-color: #32AAEF;
}
.BgClassName
{
background-color: #32AAEF;
}
</style>
border-color css
<style>
span { border-color: #32AAEF; }
span { border-color: rgb(50,170,239); }
td.TdClassName
{
border-color: #32AAEF;
}
.TagClassName
{
border-color: #32AAEF;
}
</style>