Shades of Summer Sky #32ACCC
Tints of Summer Sky #32ACCC
RGB
CMYK
RGB Variations
Color information
#32ACCC (or 0x32ACCC) is known color: Summer Sky. HEX triplet: 32, AC and CC. RGB value is (50,172,204). Sum of RGB (Red+Green+Blue) = 50+172+204=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #32ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACCC is #CD5333. Grayscale: #8A8A8A. Windows color (decimal): -13456180 or 13413426. OLE color: 13413426.
HSL color Cylindrical-coordinate representation of color #32ACCC: hue angle of 192.47º 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 #32ACCC is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 172 | 204 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.2 |
| HSL | 192.47º | 0.61% | 0.5% | - |
| HSV(B) | 192.47º | 0.75% | 0.8% | - |
| XYZ | 26.97 | 34.54 | 62.37 | - |
| YUV | 139.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 204 | 0.75 | 0.16 | 0 | 0.2 | 192.47 | 0.61 | 0.5 |
| Hex | 32 | AC | CC | 4B | 10 | 0 | 14 | C0 | 3D | 32 |
| Octal | 62 | 254 | 314 | 113 | 20 | 0 | 24 | 300 | 75 | 62 |
| Binary | 110010 | 10101100 | 11001100 | 1001011 | 10000 | 0 | 10100 | 11000000 | 111101 | 110010 |
Color Harmonies of #32ACCC
Complementary color
Monochromatic Colors of #32ACCC
Black with #32ACCC
Text Example
Text Example
White with #32ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACCC; }
p { color: rgb(50,172,204); }
H1.HeaderClassName
{
color: #32ACCC;
}
.AnyTagClassName
{
color: #32ACCC;
}
</style>
background-color css
<style>
a { background-color: #32ACCC; }
a { background-color: rgb(50,172,204); }
div.DivClassName
{
background-color: #32ACCC;
}
.BgClassName
{
background-color: #32ACCC;
}
</style>
border-color css
<style>
span { border-color: #32ACCC; }
span { border-color: rgb(50,172,204); }
td.TdClassName
{
border-color: #32ACCC;
}
.TagClassName
{
border-color: #32ACCC;
}
</style>