Shades of Summer Sky #32BBCB
Tints of Summer Sky #32BBCB
RGB
CMYK
RGB Variations
Color information
#32BBCB (or 0x32BBCB) is known color: Summer Sky. HEX triplet: 32, BB and CB. RGB value is (50,187,203). Sum of RGB (Red+Green+Blue) = 50+187+203=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #32BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBCB is #CD4434. Grayscale: #939393. Windows color (decimal): -13452341 or 13351730. OLE color: 13351730.
HSL color Cylindrical-coordinate representation of color #32BBCB: hue angle of 186.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BBCB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 187 | 203 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.20 |
| HSL | 186.27º | 0.6% | 0.5% | - |
| HSV(B) | 186.27º | 0.75% | 0.8% | - |
| XYZ | 29.87 | 40.53 | 62.75 | - |
| YUV | 147.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 203 | 0.75 | 0.08 | 0 | 0.20 | 186.27 | 0.6 | 0.5 |
| Hex | 32 | BB | CB | 4B | 8 | 0 | 14 | BA | 3C | 32 |
| Octal | 62 | 273 | 313 | 113 | 10 | 0 | 24 | 272 | 74 | 62 |
| Binary | 110010 | 10111011 | 11001011 | 1001011 | 1000 | 0 | 10100 | 10111010 | 111100 | 110010 |
Color Harmonies of #32BBCB
Complementary color
Monochromatic Colors of #32BBCB
Black with #32BBCB
Text Example
Text Example
White with #32BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBCB; }
p { color: rgb(50,187,203); }
H1.HeaderClassName
{
color: #32BBCB;
}
.AnyTagClassName
{
color: #32BBCB;
}
</style>
background-color css
<style>
a { background-color: #32BBCB; }
a { background-color: rgb(50,187,203); }
div.DivClassName
{
background-color: #32BBCB;
}
.BgClassName
{
background-color: #32BBCB;
}
</style>
border-color css
<style>
span { border-color: #32BBCB; }
span { border-color: rgb(50,187,203); }
td.TdClassName
{
border-color: #32BBCB;
}
.TagClassName
{
border-color: #32BBCB;
}
</style>