Shades of Summer Sky #329FEF
Tints of Summer Sky #329FEF
RGB
CMYK
RGB Variations
Color information
#329FEF (or 0x329FEF) is known color: Summer Sky. HEX triplet: 32, 9F and EF. RGB value is (50,159,239). Sum of RGB (Red+Green+Blue) = 50+159+239=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #329FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FEF is #CD6010. Grayscale: #878787. Windows color (decimal): -13459473 or 15703858. OLE color: 15703858.
HSL color Cylindrical-coordinate representation of color #329FEF: hue angle of 205.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329FEF is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 159 | 239 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.06 |
| HSL | 205.4º | 0.86% | 0.57% | - |
| HSV(B) | 205.4º | 0.79% | 0.94% | - |
| XYZ | 29.29 | 31.71 | 86.24 | - |
| YUV | 135.53 | 186.39 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 239 | 0.79 | 0.33 | 0 | 0.06 | 205.4 | 0.86 | 0.57 |
| Hex | 32 | 9F | EF | 4F | 21 | 0 | 6 | CD | 56 | 39 |
| Octal | 62 | 237 | 357 | 117 | 41 | 0 | 6 | 315 | 126 | 71 |
| Binary | 110010 | 10011111 | 11101111 | 1001111 | 100001 | 0 | 110 | 11001101 | 1010110 | 111001 |
Color Harmonies of #329FEF
Complementary color
Monochromatic Colors of #329FEF
Black with #329FEF
Text Example
Text Example
White with #329FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FEF; }
p { color: rgb(50,159,239); }
H1.HeaderClassName
{
color: #329FEF;
}
.AnyTagClassName
{
color: #329FEF;
}
</style>
background-color css
<style>
a { background-color: #329FEF; }
a { background-color: rgb(50,159,239); }
div.DivClassName
{
background-color: #329FEF;
}
.BgClassName
{
background-color: #329FEF;
}
</style>
border-color css
<style>
span { border-color: #329FEF; }
span { border-color: rgb(50,159,239); }
td.TdClassName
{
border-color: #329FEF;
}
.TagClassName
{
border-color: #329FEF;
}
</style>