Shades of Summer Sky #32ACFD
Tints of Summer Sky #32ACFD
RGB
CMYK
RGB Variations
Color information
#32ACFD (or 0x32ACFD) is known color: Summer Sky. HEX triplet: 32, AC and FD. RGB value is (50,172,253). Sum of RGB (Red+Green+Blue) = 50+172+253=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #32ACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ACFD is #CD5302. Grayscale: #909090. Windows color (decimal): -13456131 or 16624690. OLE color: 16624690.
HSL color Cylindrical-coordinate representation of color #32ACFD: hue angle of 203.94º 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 #32ACFD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 172 | 253 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.01 |
| HSL | 203.94º | 0.98% | 0.59% | - |
| HSV(B) | 203.94º | 0.8% | 0.99% | - |
| XYZ | 33.8 | 37.28 | 98.34 | - |
| YUV | 144.76 | 189.08 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 253 | 0.80 | 0.32 | 0 | 0.01 | 203.94 | 0.98 | 0.59 |
| Hex | 32 | AC | FD | 50 | 20 | 0 | 1 | CC | 62 | 3B |
| Octal | 62 | 254 | 375 | 120 | 40 | 0 | 1 | 314 | 142 | 73 |
| Binary | 110010 | 10101100 | 11111101 | 1010000 | 100000 | 0 | 1 | 11001100 | 1100010 | 111011 |
Color Harmonies of #32ACFD
Complementary color
Monochromatic Colors of #32ACFD
Black with #32ACFD
Text Example
Text Example
White with #32ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACFD; }
p { color: rgb(50,172,253); }
H1.HeaderClassName
{
color: #32ACFD;
}
.AnyTagClassName
{
color: #32ACFD;
}
</style>
background-color css
<style>
a { background-color: #32ACFD; }
a { background-color: rgb(50,172,253); }
div.DivClassName
{
background-color: #32ACFD;
}
.BgClassName
{
background-color: #32ACFD;
}
</style>
border-color css
<style>
span { border-color: #32ACFD; }
span { border-color: rgb(50,172,253); }
td.TdClassName
{
border-color: #32ACFD;
}
.TagClassName
{
border-color: #32ACFD;
}
</style>