Shades of Summer Sky #32CCEC
Tints of Summer Sky #32CCEC
RGB
CMYK
RGB Variations
Color information
#32CCEC (or 0x32CCEC) is known color: Summer Sky. HEX triplet: 32, CC and EC. RGB value is (50,204,236). Sum of RGB (Red+Green+Blue) = 50+204+236=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #32CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCEC is #CD3313. Grayscale: #A1A1A1. Windows color (decimal): -13447956 or 15518770. OLE color: 15518770.
HSL color Cylindrical-coordinate representation of color #32CCEC: hue angle of 190.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CCEC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 204 | 236 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.07 |
| HSL | 190.32º | 0.83% | 0.56% | - |
| HSV(B) | 190.32º | 0.79% | 0.93% | - |
| XYZ | 38.05 | 49.92 | 86.99 | - |
| YUV | 161.6 | 169.98 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 236 | 0.79 | 0.14 | 0 | 0.07 | 190.32 | 0.83 | 0.56 |
| Hex | 32 | CC | EC | 4F | E | 0 | 7 | BE | 53 | 38 |
| Octal | 62 | 314 | 354 | 117 | 16 | 0 | 7 | 276 | 123 | 70 |
| Binary | 110010 | 11001100 | 11101100 | 1001111 | 1110 | 0 | 111 | 10111110 | 1010011 | 111000 |
Color Harmonies of #32CCEC
Complementary color
Monochromatic Colors of #32CCEC
Black with #32CCEC
Text Example
Text Example
White with #32CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCEC; }
p { color: rgb(50,204,236); }
H1.HeaderClassName
{
color: #32CCEC;
}
.AnyTagClassName
{
color: #32CCEC;
}
</style>
background-color css
<style>
a { background-color: #32CCEC; }
a { background-color: rgb(50,204,236); }
div.DivClassName
{
background-color: #32CCEC;
}
.BgClassName
{
background-color: #32CCEC;
}
</style>
border-color css
<style>
span { border-color: #32CCEC; }
span { border-color: rgb(50,204,236); }
td.TdClassName
{
border-color: #32CCEC;
}
.TagClassName
{
border-color: #32CCEC;
}
</style>