Shades of Summer Sky #32BCFD
Tints of Summer Sky #32BCFD
RGB
CMYK
RGB Variations
Color information
#32BCFD (or 0x32BCFD) is known color: Summer Sky. HEX triplet: 32, BC and FD. RGB value is (50,188,253). Sum of RGB (Red+Green+Blue) = 50+188+253=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #32BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCFD is #CD4302. Grayscale: #999999. Windows color (decimal): -13452035 or 16628786. OLE color: 16628786.
HSL color Cylindrical-coordinate representation of color #32BCFD: hue angle of 199.21º 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 #32BCFD is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 188 | 253 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.01 |
| HSL | 199.21º | 0.98% | 0.59% | - |
| HSV(B) | 199.21º | 0.8% | 0.99% | - |
| XYZ | 37.03 | 43.74 | 99.42 | - |
| YUV | 154.15 | 183.78 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 253 | 0.80 | 0.26 | 0 | 0.01 | 199.21 | 0.98 | 0.59 |
| Hex | 32 | BC | FD | 50 | 1A | 0 | 1 | C7 | 62 | 3B |
| Octal | 62 | 274 | 375 | 120 | 32 | 0 | 1 | 307 | 142 | 73 |
| Binary | 110010 | 10111100 | 11111101 | 1010000 | 11010 | 0 | 1 | 11000111 | 1100010 | 111011 |
Color Harmonies of #32BCFD
Complementary color
Monochromatic Colors of #32BCFD
Black with #32BCFD
Text Example
Text Example
White with #32BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCFD; }
p { color: rgb(50,188,253); }
H1.HeaderClassName
{
color: #32BCFD;
}
.AnyTagClassName
{
color: #32BCFD;
}
</style>
background-color css
<style>
a { background-color: #32BCFD; }
a { background-color: rgb(50,188,253); }
div.DivClassName
{
background-color: #32BCFD;
}
.BgClassName
{
background-color: #32BCFD;
}
</style>
border-color css
<style>
span { border-color: #32BCFD; }
span { border-color: rgb(50,188,253); }
td.TdClassName
{
border-color: #32BCFD;
}
.TagClassName
{
border-color: #32BCFD;
}
</style>