Shades of Summer Sky #32BACC
Tints of Summer Sky #32BACC
RGB
CMYK
RGB Variations
Color information
#32BACC (or 0x32BACC) is known color: Summer Sky. HEX triplet: 32, BA and CC. RGB value is (50,186,204). Sum of RGB (Red+Green+Blue) = 50+186+204=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BACC is #CD4533. Grayscale: #939393. Windows color (decimal): -13452596 or 13417010. OLE color: 13417010.
HSL color Cylindrical-coordinate representation of color #32BACC: hue angle of 187.01º 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 #32BACC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 186 | 204 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.2 |
| HSL | 187.01º | 0.61% | 0.5% | - |
| HSV(B) | 187.01º | 0.75% | 0.8% | - |
| XYZ | 29.77 | 40.16 | 63.31 | - |
| YUV | 147.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 204 | 0.75 | 0.09 | 0 | 0.2 | 187.01 | 0.61 | 0.5 |
| Hex | 32 | BA | CC | 4B | 9 | 0 | 14 | BB | 3D | 32 |
| Octal | 62 | 272 | 314 | 113 | 11 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110010 | 10111010 | 11001100 | 1001011 | 1001 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #32BACC
Complementary color
Monochromatic Colors of #32BACC
Black with #32BACC
Text Example
Text Example
White with #32BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BACC; }
p { color: rgb(50,186,204); }
H1.HeaderClassName
{
color: #32BACC;
}
.AnyTagClassName
{
color: #32BACC;
}
</style>
background-color css
<style>
a { background-color: #32BACC; }
a { background-color: rgb(50,186,204); }
div.DivClassName
{
background-color: #32BACC;
}
.BgClassName
{
background-color: #32BACC;
}
</style>
border-color css
<style>
span { border-color: #32BACC; }
span { border-color: rgb(50,186,204); }
td.TdClassName
{
border-color: #32BACC;
}
.TagClassName
{
border-color: #32BACC;
}
</style>