Shades of Summer Sky #329EEC
Tints of Summer Sky #329EEC
RGB
CMYK
RGB Variations
Color information
#329EEC (or 0x329EEC) is known color: Summer Sky. HEX triplet: 32, 9E and EC. RGB value is (50,158,236). Sum of RGB (Red+Green+Blue) = 50+158+236=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #329EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EEC is #CD6113. Grayscale: #868686. Windows color (decimal): -13459732 or 15506994. OLE color: 15506994.
HSL color Cylindrical-coordinate representation of color #329EEC: hue angle of 205.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329EEC is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 158 | 236 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.07 |
| HSL | 205.16º | 0.83% | 0.56% | - |
| HSV(B) | 205.16º | 0.79% | 0.93% | - |
| XYZ | 28.68 | 31.19 | 83.87 | - |
| YUV | 134.6 | 185.22 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 236 | 0.79 | 0.33 | 0 | 0.07 | 205.16 | 0.83 | 0.56 |
| Hex | 32 | 9E | EC | 4F | 21 | 0 | 7 | CD | 53 | 38 |
| Octal | 62 | 236 | 354 | 117 | 41 | 0 | 7 | 315 | 123 | 70 |
| Binary | 110010 | 10011110 | 11101100 | 1001111 | 100001 | 0 | 111 | 11001101 | 1010011 | 111000 |
Color Harmonies of #329EEC
Complementary color
Monochromatic Colors of #329EEC
Black with #329EEC
Text Example
Text Example
White with #329EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EEC; }
p { color: rgb(50,158,236); }
H1.HeaderClassName
{
color: #329EEC;
}
.AnyTagClassName
{
color: #329EEC;
}
</style>
background-color css
<style>
a { background-color: #329EEC; }
a { background-color: rgb(50,158,236); }
div.DivClassName
{
background-color: #329EEC;
}
.BgClassName
{
background-color: #329EEC;
}
</style>
border-color css
<style>
span { border-color: #329EEC; }
span { border-color: rgb(50,158,236); }
td.TdClassName
{
border-color: #329EEC;
}
.TagClassName
{
border-color: #329EEC;
}
</style>