Shades of Summer Sky #32C0DD
Tints of Summer Sky #32C0DD
RGB
CMYK
RGB Variations
Color information
#32C0DD (or 0x32C0DD) is known color: Summer Sky. HEX triplet: 32, C0 and DD. RGB value is (50,192,221). Sum of RGB (Red+Green+Blue) = 50+192+221=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #32C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C0DD is #CD3F22. Grayscale: #989898. Windows color (decimal): -13451043 or 14532658. OLE color: 14532658.
HSL color Cylindrical-coordinate representation of color #32C0DD: hue angle of 190.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32C0DD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 192 | 221 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.13 |
| HSL | 190.18º | 0.72% | 0.53% | - |
| HSV(B) | 190.18º | 0.77% | 0.87% | - |
| XYZ | 33.22 | 43.6 | 75.07 | - |
| YUV | 152.85 | 166.46 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 221 | 0.77 | 0.13 | 0 | 0.13 | 190.18 | 0.72 | 0.53 |
| Hex | 32 | C0 | DD | 4D | D | 0 | D | BE | 48 | 35 |
| Octal | 62 | 300 | 335 | 115 | 15 | 0 | 15 | 276 | 110 | 65 |
| Binary | 110010 | 11000000 | 11011101 | 1001101 | 1101 | 0 | 1101 | 10111110 | 1001000 | 110101 |
Color Harmonies of #32C0DD
Complementary color
Monochromatic Colors of #32C0DD
Black with #32C0DD
Text Example
Text Example
White with #32C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C0DD; }
p { color: rgb(50,192,221); }
H1.HeaderClassName
{
color: #32C0DD;
}
.AnyTagClassName
{
color: #32C0DD;
}
</style>
background-color css
<style>
a { background-color: #32C0DD; }
a { background-color: rgb(50,192,221); }
div.DivClassName
{
background-color: #32C0DD;
}
.BgClassName
{
background-color: #32C0DD;
}
</style>
border-color css
<style>
span { border-color: #32C0DD; }
span { border-color: rgb(50,192,221); }
td.TdClassName
{
border-color: #32C0DD;
}
.TagClassName
{
border-color: #32C0DD;
}
</style>