Shades of Summer Sky #32CCDF
Tints of Summer Sky #32CCDF
RGB
CMYK
RGB Variations
Color information
#32CCDF (or 0x32CCDF) is known color: Summer Sky. HEX triplet: 32, CC and DF. RGB value is (50,204,223). Sum of RGB (Red+Green+Blue) = 50+204+223=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #32CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCDF is #CD3320. Grayscale: #9F9F9F. Windows color (decimal): -13447969 or 14666802. OLE color: 14666802.
HSL color Cylindrical-coordinate representation of color #32CCDF: hue angle of 186.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CCDF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 204 | 223 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.13 |
| HSL | 186.59º | 0.73% | 0.54% | - |
| HSV(B) | 186.59º | 0.78% | 0.87% | - |
| XYZ | 36.23 | 49.19 | 77.4 | - |
| YUV | 160.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 223 | 0.78 | 0.09 | 0 | 0.13 | 186.59 | 0.73 | 0.54 |
| Hex | 32 | CC | DF | 4E | 9 | 0 | D | BB | 49 | 36 |
| Octal | 62 | 314 | 337 | 116 | 11 | 0 | 15 | 273 | 111 | 66 |
| Binary | 110010 | 11001100 | 11011111 | 1001110 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110110 |
Color Harmonies of #32CCDF
Complementary color
Monochromatic Colors of #32CCDF
Black with #32CCDF
Text Example
Text Example
White with #32CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCDF; }
p { color: rgb(50,204,223); }
H1.HeaderClassName
{
color: #32CCDF;
}
.AnyTagClassName
{
color: #32CCDF;
}
</style>
background-color css
<style>
a { background-color: #32CCDF; }
a { background-color: rgb(50,204,223); }
div.DivClassName
{
background-color: #32CCDF;
}
.BgClassName
{
background-color: #32CCDF;
}
</style>
border-color css
<style>
span { border-color: #32CCDF; }
span { border-color: rgb(50,204,223); }
td.TdClassName
{
border-color: #32CCDF;
}
.TagClassName
{
border-color: #32CCDF;
}
</style>