Shades of Summer Sky #32CCEA
Tints of Summer Sky #32CCEA
RGB
CMYK
RGB Variations
Color information
#32CCEA (or 0x32CCEA) is known color: Summer Sky. HEX triplet: 32, CC and EA. RGB value is (50,204,234). Sum of RGB (Red+Green+Blue) = 50+204+234=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #32CCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCEA is #CD3315. Grayscale: #A1A1A1. Windows color (decimal): -13447958 or 15387698. OLE color: 15387698.
HSL color Cylindrical-coordinate representation of color #32CCEA: hue angle of 189.78º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CCEA is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 204 | 234 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.08 |
| HSL | 189.78º | 0.81% | 0.56% | - |
| HSV(B) | 189.78º | 0.79% | 0.92% | - |
| XYZ | 37.76 | 49.8 | 85.46 | - |
| YUV | 161.37 | 168.98 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 234 | 0.79 | 0.13 | 0 | 0.08 | 189.78 | 0.81 | 0.56 |
| Hex | 32 | CC | EA | 4F | D | 0 | 8 | BE | 51 | 38 |
| Octal | 62 | 314 | 352 | 117 | 15 | 0 | 10 | 276 | 121 | 70 |
| Binary | 110010 | 11001100 | 11101010 | 1001111 | 1101 | 0 | 1000 | 10111110 | 1010001 | 111000 |
Color Harmonies of #32CCEA
Complementary color
Monochromatic Colors of #32CCEA
Black with #32CCEA
Text Example
Text Example
White with #32CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCEA; }
p { color: rgb(50,204,234); }
H1.HeaderClassName
{
color: #32CCEA;
}
.AnyTagClassName
{
color: #32CCEA;
}
</style>
background-color css
<style>
a { background-color: #32CCEA; }
a { background-color: rgb(50,204,234); }
div.DivClassName
{
background-color: #32CCEA;
}
.BgClassName
{
background-color: #32CCEA;
}
</style>
border-color css
<style>
span { border-color: #32CCEA; }
span { border-color: rgb(50,204,234); }
td.TdClassName
{
border-color: #32CCEA;
}
.TagClassName
{
border-color: #32CCEA;
}
</style>