Shades of Summer Sky #32BCE1
Tints of Summer Sky #32BCE1
RGB
CMYK
RGB Variations
Color information
#32BCE1 (or 0x32BCE1) is known color: Summer Sky. HEX triplet: 32, BC and E1. RGB value is (50,188,225). Sum of RGB (Red+Green+Blue) = 50+188+225=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #32BCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCE1 is #CD431E. Grayscale: #969696. Windows color (decimal): -13452063 or 14793778. OLE color: 14793778.
HSL color Cylindrical-coordinate representation of color #32BCE1: hue angle of 192.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BCE1 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 188 | 225 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.12 |
| HSL | 192.69º | 0.74% | 0.54% | - |
| HSV(B) | 192.69º | 0.78% | 0.88% | - |
| XYZ | 32.89 | 42.08 | 77.62 | - |
| YUV | 150.96 | 169.78 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 225 | 0.78 | 0.16 | 0 | 0.12 | 192.69 | 0.74 | 0.54 |
| Hex | 32 | BC | E1 | 4E | 10 | 0 | C | C1 | 4A | 36 |
| Octal | 62 | 274 | 341 | 116 | 20 | 0 | 14 | 301 | 112 | 66 |
| Binary | 110010 | 10111100 | 11100001 | 1001110 | 10000 | 0 | 1100 | 11000001 | 1001010 | 110110 |
Color Harmonies of #32BCE1
Complementary color
Monochromatic Colors of #32BCE1
Black with #32BCE1
Text Example
Text Example
White with #32BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCE1; }
p { color: rgb(50,188,225); }
H1.HeaderClassName
{
color: #32BCE1;
}
.AnyTagClassName
{
color: #32BCE1;
}
</style>
background-color css
<style>
a { background-color: #32BCE1; }
a { background-color: rgb(50,188,225); }
div.DivClassName
{
background-color: #32BCE1;
}
.BgClassName
{
background-color: #32BCE1;
}
</style>
border-color css
<style>
span { border-color: #32BCE1; }
span { border-color: rgb(50,188,225); }
td.TdClassName
{
border-color: #32BCE1;
}
.TagClassName
{
border-color: #32BCE1;
}
</style>