Shades of Summer Sky #32AEFD
Tints of Summer Sky #32AEFD
RGB
CMYK
RGB Variations
Color information
#32AEFD (or 0x32AEFD) is known color: Summer Sky. HEX triplet: 32, AE and FD. RGB value is (50,174,253). Sum of RGB (Red+Green+Blue) = 50+174+253=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #32AEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AEFD is #CD5102. Grayscale: #919191. Windows color (decimal): -13455619 or 16625202. OLE color: 16625202.
HSL color Cylindrical-coordinate representation of color #32AEFD: hue angle of 203.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AEFD is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 174 | 253 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.01 |
| HSL | 203.35º | 0.98% | 0.59% | - |
| HSV(B) | 203.35º | 0.8% | 0.99% | - |
| XYZ | 34.18 | 38.04 | 98.47 | - |
| YUV | 145.93 | 188.42 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 253 | 0.80 | 0.31 | 0 | 0.01 | 203.35 | 0.98 | 0.59 |
| Hex | 32 | AE | FD | 50 | 1F | 0 | 1 | CB | 62 | 3B |
| Octal | 62 | 256 | 375 | 120 | 37 | 0 | 1 | 313 | 142 | 73 |
| Binary | 110010 | 10101110 | 11111101 | 1010000 | 11111 | 0 | 1 | 11001011 | 1100010 | 111011 |
Color Harmonies of #32AEFD
Complementary color
Monochromatic Colors of #32AEFD
Black with #32AEFD
Text Example
Text Example
White with #32AEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEFD; }
p { color: rgb(50,174,253); }
H1.HeaderClassName
{
color: #32AEFD;
}
.AnyTagClassName
{
color: #32AEFD;
}
</style>
background-color css
<style>
a { background-color: #32AEFD; }
a { background-color: rgb(50,174,253); }
div.DivClassName
{
background-color: #32AEFD;
}
.BgClassName
{
background-color: #32AEFD;
}
</style>
border-color css
<style>
span { border-color: #32AEFD; }
span { border-color: rgb(50,174,253); }
td.TdClassName
{
border-color: #32AEFD;
}
.TagClassName
{
border-color: #32AEFD;
}
</style>