Shades of Summer Sky #32BCDF
Tints of Summer Sky #32BCDF
RGB
CMYK
RGB Variations
Color information
#32BCDF (or 0x32BCDF) is known color: Summer Sky. HEX triplet: 32, BC and DF. RGB value is (50,188,223). Sum of RGB (Red+Green+Blue) = 50+188+223=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #32BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCDF is #CD4320. Grayscale: #969696. Windows color (decimal): -13452065 or 14662706. OLE color: 14662706.
HSL color Cylindrical-coordinate representation of color #32BCDF: hue angle of 192.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BCDF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 188 | 223 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.13 |
| HSL | 192.14º | 0.73% | 0.54% | - |
| HSV(B) | 192.14º | 0.78% | 0.87% | - |
| XYZ | 32.62 | 41.97 | 76.19 | - |
| YUV | 150.73 | 168.78 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 223 | 0.78 | 0.16 | 0 | 0.13 | 192.14 | 0.73 | 0.54 |
| Hex | 32 | BC | DF | 4E | 10 | 0 | D | C0 | 49 | 36 |
| Octal | 62 | 274 | 337 | 116 | 20 | 0 | 15 | 300 | 111 | 66 |
| Binary | 110010 | 10111100 | 11011111 | 1001110 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110110 |
Color Harmonies of #32BCDF
Complementary color
Monochromatic Colors of #32BCDF
Black with #32BCDF
Text Example
Text Example
White with #32BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCDF; }
p { color: rgb(50,188,223); }
H1.HeaderClassName
{
color: #32BCDF;
}
.AnyTagClassName
{
color: #32BCDF;
}
</style>
background-color css
<style>
a { background-color: #32BCDF; }
a { background-color: rgb(50,188,223); }
div.DivClassName
{
background-color: #32BCDF;
}
.BgClassName
{
background-color: #32BCDF;
}
</style>
border-color css
<style>
span { border-color: #32BCDF; }
span { border-color: rgb(50,188,223); }
td.TdClassName
{
border-color: #32BCDF;
}
.TagClassName
{
border-color: #32BCDF;
}
</style>