Shades of Summer Sky #32BCCC
Tints of Summer Sky #32BCCC
RGB
CMYK
RGB Variations
Color information
#32BCCC (or 0x32BCCC) is known color: Summer Sky. HEX triplet: 32, BC and CC. RGB value is (50,188,204). Sum of RGB (Red+Green+Blue) = 50+188+204=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCCC is #CD4333. Grayscale: #949494. Windows color (decimal): -13452084 or 13417522. OLE color: 13417522.
HSL color Cylindrical-coordinate representation of color #32BCCC: hue angle of 186.23º 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 #32BCCC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 188 | 204 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.2 |
| HSL | 186.23º | 0.61% | 0.5% | - |
| HSV(B) | 186.23º | 0.75% | 0.8% | - |
| XYZ | 30.2 | 41 | 63.45 | - |
| YUV | 148.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 204 | 0.75 | 0.08 | 0 | 0.2 | 186.23 | 0.61 | 0.5 |
| Hex | 32 | BC | CC | 4B | 8 | 0 | 14 | BA | 3D | 32 |
| Octal | 62 | 274 | 314 | 113 | 10 | 0 | 24 | 272 | 75 | 62 |
| Binary | 110010 | 10111100 | 11001100 | 1001011 | 1000 | 0 | 10100 | 10111010 | 111101 | 110010 |
Color Harmonies of #32BCCC
Complementary color
Monochromatic Colors of #32BCCC
Black with #32BCCC
Text Example
Text Example
White with #32BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCCC; }
p { color: rgb(50,188,204); }
H1.HeaderClassName
{
color: #32BCCC;
}
.AnyTagClassName
{
color: #32BCCC;
}
</style>
background-color css
<style>
a { background-color: #32BCCC; }
a { background-color: rgb(50,188,204); }
div.DivClassName
{
background-color: #32BCCC;
}
.BgClassName
{
background-color: #32BCCC;
}
</style>
border-color css
<style>
span { border-color: #32BCCC; }
span { border-color: rgb(50,188,204); }
td.TdClassName
{
border-color: #32BCCC;
}
.TagClassName
{
border-color: #32BCCC;
}
</style>