Shades of Summer Sky #32B9CC
Tints of Summer Sky #32B9CC
RGB
CMYK
RGB Variations
Color information
#32B9CC (or 0x32B9CC) is known color: Summer Sky. HEX triplet: 32, B9 and CC. RGB value is (50,185,204). Sum of RGB (Red+Green+Blue) = 50+185+204=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #32B9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B9CC is #CD4633. Grayscale: #929292. Windows color (decimal): -13452852 or 13416754. OLE color: 13416754.
HSL color Cylindrical-coordinate representation of color #32B9CC: hue angle of 187.4º degrees, saturation: 0.61, 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 #32B9CC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 185 | 204 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.2 |
| HSL | 187.4º | 0.61% | 0.5% | - |
| HSV(B) | 187.4º | 0.75% | 0.8% | - |
| XYZ | 29.56 | 39.74 | 63.24 | - |
| YUV | 146.8 | 160.27 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 204 | 0.75 | 0.09 | 0 | 0.2 | 187.4 | 0.61 | 0.5 |
| Hex | 32 | B9 | CC | 4B | 9 | 0 | 14 | BB | 3D | 32 |
| Octal | 62 | 271 | 314 | 113 | 11 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110010 | 10111001 | 11001100 | 1001011 | 1001 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #32B9CC
Complementary color
Monochromatic Colors of #32B9CC
Black with #32B9CC
Text Example
Text Example
White with #32B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B9CC; }
p { color: rgb(50,185,204); }
H1.HeaderClassName
{
color: #32B9CC;
}
.AnyTagClassName
{
color: #32B9CC;
}
</style>
background-color css
<style>
a { background-color: #32B9CC; }
a { background-color: rgb(50,185,204); }
div.DivClassName
{
background-color: #32B9CC;
}
.BgClassName
{
background-color: #32B9CC;
}
</style>
border-color css
<style>
span { border-color: #32B9CC; }
span { border-color: rgb(50,185,204); }
td.TdClassName
{
border-color: #32B9CC;
}
.TagClassName
{
border-color: #32B9CC;
}
</style>