Shades of Summer Sky #329ECE
Tints of Summer Sky #329ECE
RGB
CMYK
RGB Variations
Color information
#329ECE (or 0x329ECE) is known color: Summer Sky. HEX triplet: 32, 9E and CE. RGB value is (50,158,206). Sum of RGB (Red+Green+Blue) = 50+158+206=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #329ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ECE is #CD6131. Grayscale: #828282. Windows color (decimal): -13459762 or 13540914. OLE color: 13540914.
HSL color Cylindrical-coordinate representation of color #329ECE: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329ECE is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 158 | 206 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.19 |
| HSL | 198.46º | 0.61% | 0.5% | - |
| HSV(B) | 198.46º | 0.76% | 0.81% | - |
| XYZ | 24.68 | 29.59 | 62.8 | - |
| YUV | 131.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 206 | 0.76 | 0.23 | 0 | 0.19 | 198.46 | 0.61 | 0.5 |
| Hex | 32 | 9E | CE | 4C | 17 | 0 | 13 | C6 | 3D | 32 |
| Octal | 62 | 236 | 316 | 114 | 27 | 0 | 23 | 306 | 75 | 62 |
| Binary | 110010 | 10011110 | 11001110 | 1001100 | 10111 | 0 | 10011 | 11000110 | 111101 | 110010 |
Color Harmonies of #329ECE
Complementary color
Monochromatic Colors of #329ECE
Black with #329ECE
Text Example
Text Example
White with #329ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329ECE; }
p { color: rgb(50,158,206); }
H1.HeaderClassName
{
color: #329ECE;
}
.AnyTagClassName
{
color: #329ECE;
}
</style>
background-color css
<style>
a { background-color: #329ECE; }
a { background-color: rgb(50,158,206); }
div.DivClassName
{
background-color: #329ECE;
}
.BgClassName
{
background-color: #329ECE;
}
</style>
border-color css
<style>
span { border-color: #329ECE; }
span { border-color: rgb(50,158,206); }
td.TdClassName
{
border-color: #329ECE;
}
.TagClassName
{
border-color: #329ECE;
}
</style>