Shades of Summer Sky #32BAFD
Tints of Summer Sky #32BAFD
RGB
CMYK
RGB Variations
Color information
#32BAFD (or 0x32BAFD) is known color: Summer Sky. HEX triplet: 32, BA and FD. RGB value is (50,186,253). Sum of RGB (Red+Green+Blue) = 50+186+253=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #32BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BAFD is #CD4502. Grayscale: #989898. Windows color (decimal): -13452547 or 16628274. OLE color: 16628274.
HSL color Cylindrical-coordinate representation of color #32BAFD: hue angle of 199.8º 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 #32BAFD is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 186 | 253 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.01 |
| HSL | 199.8º | 0.98% | 0.59% | - |
| HSV(B) | 199.8º | 0.8% | 0.99% | - |
| XYZ | 36.6 | 42.89 | 99.28 | - |
| YUV | 152.97 | 184.44 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 253 | 0.80 | 0.26 | 0 | 0.01 | 199.8 | 0.98 | 0.59 |
| Hex | 32 | BA | FD | 50 | 1A | 0 | 1 | C8 | 62 | 3B |
| Octal | 62 | 272 | 375 | 120 | 32 | 0 | 1 | 310 | 142 | 73 |
| Binary | 110010 | 10111010 | 11111101 | 1010000 | 11010 | 0 | 1 | 11001000 | 1100010 | 111011 |
Color Harmonies of #32BAFD
Complementary color
Monochromatic Colors of #32BAFD
Black with #32BAFD
Text Example
Text Example
White with #32BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAFD; }
p { color: rgb(50,186,253); }
H1.HeaderClassName
{
color: #32BAFD;
}
.AnyTagClassName
{
color: #32BAFD;
}
</style>
background-color css
<style>
a { background-color: #32BAFD; }
a { background-color: rgb(50,186,253); }
div.DivClassName
{
background-color: #32BAFD;
}
.BgClassName
{
background-color: #32BAFD;
}
</style>
border-color css
<style>
span { border-color: #32BAFD; }
span { border-color: rgb(50,186,253); }
td.TdClassName
{
border-color: #32BAFD;
}
.TagClassName
{
border-color: #32BAFD;
}
</style>