Shades of Summer Sky #32BCCD
Tints of Summer Sky #32BCCD
RGB
CMYK
RGB Variations
Color information
#32BCCD (or 0x32BCCD) is known color: Summer Sky. HEX triplet: 32, BC and CD. RGB value is (50,188,205). Sum of RGB (Red+Green+Blue) = 50+188+205=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #32BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCCD is #CD4332. Grayscale: #949494. Windows color (decimal): -13452083 or 13483058. OLE color: 13483058.
HSL color Cylindrical-coordinate representation of color #32BCCD: hue angle of 186.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BCCD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 188 | 205 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.20 |
| HSL | 186.58º | 0.61% | 0.5% | - |
| HSV(B) | 186.58º | 0.76% | 0.8% | - |
| XYZ | 30.32 | 41.05 | 64.08 | - |
| YUV | 148.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 205 | 0.76 | 0.08 | 0 | 0.20 | 186.58 | 0.61 | 0.5 |
| Hex | 32 | BC | CD | 4C | 8 | 0 | 14 | BB | 3D | 32 |
| Octal | 62 | 274 | 315 | 114 | 10 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110010 | 10111100 | 11001101 | 1001100 | 1000 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #32BCCD
Complementary color
Monochromatic Colors of #32BCCD
Black with #32BCCD
Text Example
Text Example
White with #32BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCCD; }
p { color: rgb(50,188,205); }
H1.HeaderClassName
{
color: #32BCCD;
}
.AnyTagClassName
{
color: #32BCCD;
}
</style>
background-color css
<style>
a { background-color: #32BCCD; }
a { background-color: rgb(50,188,205); }
div.DivClassName
{
background-color: #32BCCD;
}
.BgClassName
{
background-color: #32BCCD;
}
</style>
border-color css
<style>
span { border-color: #32BCCD; }
span { border-color: rgb(50,188,205); }
td.TdClassName
{
border-color: #32BCCD;
}
.TagClassName
{
border-color: #32BCCD;
}
</style>