Shades of Summer Sky #32CEE6
Tints of Summer Sky #32CEE6
RGB
CMYK
RGB Variations
Color information
#32CEE6 (or 0x32CEE6) is known color: Summer Sky. HEX triplet: 32, CE and E6. RGB value is (50,206,230). Sum of RGB (Red+Green+Blue) = 50+206+230=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #32CEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEE6 is #CD3119. Grayscale: #A1A1A1. Windows color (decimal): -13447450 or 15126066. OLE color: 15126066.
HSL color Cylindrical-coordinate representation of color #32CEE6: hue angle of 188º 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 #32CEE6 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 206 | 230 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.10 |
| HSL | 188º | 0.78% | 0.55% | - |
| HSV(B) | 188º | 0.78% | 0.9% | - |
| XYZ | 37.67 | 50.53 | 82.63 | - |
| YUV | 162.09 | 166.32 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 230 | 0.78 | 0.10 | 0 | 0.10 | 188 | 0.78 | 0.55 |
| Hex | 32 | CE | E6 | 4E | A | 0 | A | BC | 4E | 37 |
| Octal | 62 | 316 | 346 | 116 | 12 | 0 | 12 | 274 | 116 | 67 |
| Binary | 110010 | 11001110 | 11100110 | 1001110 | 1010 | 0 | 1010 | 10111100 | 1001110 | 110111 |
Color Harmonies of #32CEE6
Complementary color
Monochromatic Colors of #32CEE6
Black with #32CEE6
Text Example
Text Example
White with #32CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEE6; }
p { color: rgb(50,206,230); }
H1.HeaderClassName
{
color: #32CEE6;
}
.AnyTagClassName
{
color: #32CEE6;
}
</style>
background-color css
<style>
a { background-color: #32CEE6; }
a { background-color: rgb(50,206,230); }
div.DivClassName
{
background-color: #32CEE6;
}
.BgClassName
{
background-color: #32CEE6;
}
</style>
border-color css
<style>
span { border-color: #32CEE6; }
span { border-color: rgb(50,206,230); }
td.TdClassName
{
border-color: #32CEE6;
}
.TagClassName
{
border-color: #32CEE6;
}
</style>