Shades of Summer Sky #32B7CC
Tints of Summer Sky #32B7CC
RGB
CMYK
RGB Variations
Color information
#32B7CC (or 0x32B7CC) is known color: Summer Sky. HEX triplet: 32, B7 and CC. RGB value is (50,183,204). Sum of RGB (Red+Green+Blue) = 50+183+204=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #32B7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B7CC is #CD4833. Grayscale: #919191. Windows color (decimal): -13453364 or 13416242. OLE color: 13416242.
HSL color Cylindrical-coordinate representation of color #32B7CC: hue angle of 188.18º 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 #32B7CC is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 183 | 204 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.2 |
| HSL | 188.18º | 0.61% | 0.5% | - |
| HSV(B) | 188.18º | 0.75% | 0.8% | - |
| XYZ | 29.15 | 38.9 | 63.1 | - |
| YUV | 145.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 204 | 0.75 | 0.10 | 0 | 0.2 | 188.18 | 0.61 | 0.5 |
| Hex | 32 | B7 | CC | 4B | A | 0 | 14 | BC | 3D | 32 |
| Octal | 62 | 267 | 314 | 113 | 12 | 0 | 24 | 274 | 75 | 62 |
| Binary | 110010 | 10110111 | 11001100 | 1001011 | 1010 | 0 | 10100 | 10111100 | 111101 | 110010 |
Color Harmonies of #32B7CC
Complementary color
Monochromatic Colors of #32B7CC
Black with #32B7CC
Text Example
Text Example
White with #32B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B7CC; }
p { color: rgb(50,183,204); }
H1.HeaderClassName
{
color: #32B7CC;
}
.AnyTagClassName
{
color: #32B7CC;
}
</style>
background-color css
<style>
a { background-color: #32B7CC; }
a { background-color: rgb(50,183,204); }
div.DivClassName
{
background-color: #32B7CC;
}
.BgClassName
{
background-color: #32B7CC;
}
</style>
border-color css
<style>
span { border-color: #32B7CC; }
span { border-color: rgb(50,183,204); }
td.TdClassName
{
border-color: #32B7CC;
}
.TagClassName
{
border-color: #32B7CC;
}
</style>