Shades of Summer Sky #32CDE6
Tints of Summer Sky #32CDE6
RGB
CMYK
RGB Variations
Color information
#32CDE6 (or 0x32CDE6) is known color: Summer Sky. HEX triplet: 32, CD and E6. RGB value is (50,205,230). Sum of RGB (Red+Green+Blue) = 50+205+230=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #32CDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CDE6 is #CD3219. Grayscale: #A1A1A1. Windows color (decimal): -13447706 or 15125810. OLE color: 15125810.
HSL color Cylindrical-coordinate representation of color #32CDE6: hue angle of 188.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CDE6 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 205 | 230 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.10 |
| HSL | 188.33º | 0.78% | 0.55% | - |
| HSV(B) | 188.33º | 0.78% | 0.9% | - |
| XYZ | 37.43 | 50.05 | 82.55 | - |
| YUV | 161.51 | 166.65 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 230 | 0.78 | 0.11 | 0 | 0.10 | 188.33 | 0.78 | 0.55 |
| Hex | 32 | CD | E6 | 4E | B | 0 | A | BC | 4E | 37 |
| Octal | 62 | 315 | 346 | 116 | 13 | 0 | 12 | 274 | 116 | 67 |
| Binary | 110010 | 11001101 | 11100110 | 1001110 | 1011 | 0 | 1010 | 10111100 | 1001110 | 110111 |
Color Harmonies of #32CDE6
Complementary color
Monochromatic Colors of #32CDE6
Black with #32CDE6
Text Example
Text Example
White with #32CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDE6; }
p { color: rgb(50,205,230); }
H1.HeaderClassName
{
color: #32CDE6;
}
.AnyTagClassName
{
color: #32CDE6;
}
</style>
background-color css
<style>
a { background-color: #32CDE6; }
a { background-color: rgb(50,205,230); }
div.DivClassName
{
background-color: #32CDE6;
}
.BgClassName
{
background-color: #32CDE6;
}
</style>
border-color css
<style>
span { border-color: #32CDE6; }
span { border-color: rgb(50,205,230); }
td.TdClassName
{
border-color: #32CDE6;
}
.TagClassName
{
border-color: #32CDE6;
}
</style>