Shades of Summer Sky #32CCE1
Tints of Summer Sky #32CCE1
RGB
CMYK
RGB Variations
Color information
#32CCE1 (or 0x32CCE1) is known color: Summer Sky. HEX triplet: 32, CC and E1. RGB value is (50,204,225). Sum of RGB (Red+Green+Blue) = 50+204+225=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #32CCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCE1 is #CD331E. Grayscale: #A0A0A0. Windows color (decimal): -13447967 or 14797874. OLE color: 14797874.
HSL color Cylindrical-coordinate representation of color #32CCE1: hue angle of 187.2º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CCE1 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 204 | 225 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.12 |
| HSL | 187.2º | 0.74% | 0.54% | - |
| HSV(B) | 187.2º | 0.78% | 0.88% | - |
| XYZ | 36.5 | 49.3 | 78.83 | - |
| YUV | 160.35 | 164.48 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 225 | 0.78 | 0.09 | 0 | 0.12 | 187.2 | 0.74 | 0.54 |
| Hex | 32 | CC | E1 | 4E | 9 | 0 | C | BB | 4A | 36 |
| Octal | 62 | 314 | 341 | 116 | 11 | 0 | 14 | 273 | 112 | 66 |
| Binary | 110010 | 11001100 | 11100001 | 1001110 | 1001 | 0 | 1100 | 10111011 | 1001010 | 110110 |
Color Harmonies of #32CCE1
Complementary color
Monochromatic Colors of #32CCE1
Black with #32CCE1
Text Example
Text Example
White with #32CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCE1; }
p { color: rgb(50,204,225); }
H1.HeaderClassName
{
color: #32CCE1;
}
.AnyTagClassName
{
color: #32CCE1;
}
</style>
background-color css
<style>
a { background-color: #32CCE1; }
a { background-color: rgb(50,204,225); }
div.DivClassName
{
background-color: #32CCE1;
}
.BgClassName
{
background-color: #32CCE1;
}
</style>
border-color css
<style>
span { border-color: #32CCE1; }
span { border-color: rgb(50,204,225); }
td.TdClassName
{
border-color: #32CCE1;
}
.TagClassName
{
border-color: #32CCE1;
}
</style>