Shades of Summer Sky #32BCDE
Tints of Summer Sky #32BCDE
RGB
CMYK
RGB Variations
Color information
#32BCDE (or 0x32BCDE) is known color: Summer Sky. HEX triplet: 32, BC and DE. RGB value is (50,188,222). Sum of RGB (Red+Green+Blue) = 50+188+222=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #32BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCDE is #CD4321. Grayscale: #969696. Windows color (decimal): -13452066 or 14597170. OLE color: 14597170.
HSL color Cylindrical-coordinate representation of color #32BCDE: hue angle of 191.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BCDE is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 188 | 222 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.13 |
| HSL | 191.86º | 0.72% | 0.53% | - |
| HSV(B) | 191.86º | 0.77% | 0.87% | - |
| XYZ | 32.48 | 41.92 | 75.49 | - |
| YUV | 150.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 222 | 0.77 | 0.15 | 0 | 0.13 | 191.86 | 0.72 | 0.53 |
| Hex | 32 | BC | DE | 4D | F | 0 | D | C0 | 48 | 35 |
| Octal | 62 | 274 | 336 | 115 | 17 | 0 | 15 | 300 | 110 | 65 |
| Binary | 110010 | 10111100 | 11011110 | 1001101 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110101 |
Color Harmonies of #32BCDE
Complementary color
Monochromatic Colors of #32BCDE
Black with #32BCDE
Text Example
Text Example
White with #32BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCDE; }
p { color: rgb(50,188,222); }
H1.HeaderClassName
{
color: #32BCDE;
}
.AnyTagClassName
{
color: #32BCDE;
}
</style>
background-color css
<style>
a { background-color: #32BCDE; }
a { background-color: rgb(50,188,222); }
div.DivClassName
{
background-color: #32BCDE;
}
.BgClassName
{
background-color: #32BCDE;
}
</style>
border-color css
<style>
span { border-color: #32BCDE; }
span { border-color: rgb(50,188,222); }
td.TdClassName
{
border-color: #32BCDE;
}
.TagClassName
{
border-color: #32BCDE;
}
</style>