Shades of Summer Sky #32BCFE
Tints of Summer Sky #32BCFE
RGB
CMYK
RGB Variations
Color information
#32BCFE (or 0x32BCFE) is known color: Summer Sky. HEX triplet: 32, BC and FE. RGB value is (50,188,254). Sum of RGB (Red+Green+Blue) = 50+188+254=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #32BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCFE is #CD4301. Grayscale: #999999. Windows color (decimal): -13452034 or 16694322. OLE color: 16694322.
HSL color Cylindrical-coordinate representation of color #32BCFE: hue angle of 199.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BCFE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 188 | 254 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.00 |
| HSL | 199.41º | 0.99% | 0.6% | - |
| HSV(B) | 199.41º | 0.8% | 1% | - |
| XYZ | 37.19 | 43.8 | 100.26 | - |
| YUV | 154.26 | 184.28 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 254 | 0.80 | 0.26 | 0 | 0.00 | 199.41 | 0.99 | 0.6 |
| Hex | 32 | BC | FE | 50 | 1A | 0 | 0 | C7 | 63 | 3C |
| Octal | 62 | 274 | 376 | 120 | 32 | 0 | 0 | 307 | 143 | 74 |
| Binary | 110010 | 10111100 | 11111110 | 1010000 | 11010 | 0 | 0 | 11000111 | 1100011 | 111100 |
Color Harmonies of #32BCFE
Complementary color
Monochromatic Colors of #32BCFE
Black with #32BCFE
Text Example
Text Example
White with #32BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCFE; }
p { color: rgb(50,188,254); }
H1.HeaderClassName
{
color: #32BCFE;
}
.AnyTagClassName
{
color: #32BCFE;
}
</style>
background-color css
<style>
a { background-color: #32BCFE; }
a { background-color: rgb(50,188,254); }
div.DivClassName
{
background-color: #32BCFE;
}
.BgClassName
{
background-color: #32BCFE;
}
</style>
border-color css
<style>
span { border-color: #32BCFE; }
span { border-color: rgb(50,188,254); }
td.TdClassName
{
border-color: #32BCFE;
}
.TagClassName
{
border-color: #32BCFE;
}
</style>