Shades of Summer Sky #32BBCD
Tints of Summer Sky #32BBCD
RGB
CMYK
RGB Variations
Color information
#32BBCD (or 0x32BBCD) is known color: Summer Sky. HEX triplet: 32, BB and CD. RGB value is (50,187,205). Sum of RGB (Red+Green+Blue) = 50+187+205=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #32BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBCD is #CD4432. Grayscale: #939393. Windows color (decimal): -13452339 or 13482802. OLE color: 13482802.
HSL color Cylindrical-coordinate representation of color #32BBCD: hue angle of 186.97º 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 #32BBCD is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 187 | 205 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.20 |
| HSL | 186.97º | 0.61% | 0.5% | - |
| HSV(B) | 186.97º | 0.76% | 0.8% | - |
| XYZ | 30.11 | 40.63 | 64.01 | - |
| YUV | 148.09 | 160.11 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 205 | 0.76 | 0.09 | 0 | 0.20 | 186.97 | 0.61 | 0.5 |
| Hex | 32 | BB | CD | 4C | 9 | 0 | 14 | BB | 3D | 32 |
| Octal | 62 | 273 | 315 | 114 | 11 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110010 | 10111011 | 11001101 | 1001100 | 1001 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #32BBCD
Complementary color
Monochromatic Colors of #32BBCD
Black with #32BBCD
Text Example
Text Example
White with #32BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBCD; }
p { color: rgb(50,187,205); }
H1.HeaderClassName
{
color: #32BBCD;
}
.AnyTagClassName
{
color: #32BBCD;
}
</style>
background-color css
<style>
a { background-color: #32BBCD; }
a { background-color: rgb(50,187,205); }
div.DivClassName
{
background-color: #32BBCD;
}
.BgClassName
{
background-color: #32BBCD;
}
</style>
border-color css
<style>
span { border-color: #32BBCD; }
span { border-color: rgb(50,187,205); }
td.TdClassName
{
border-color: #32BBCD;
}
.TagClassName
{
border-color: #32BBCD;
}
</style>