Shades of Summer Sky #329FDF
Tints of Summer Sky #329FDF
RGB
CMYK
RGB Variations
Color information
#329FDF (or 0x329FDF) is known color: Summer Sky. HEX triplet: 32, 9F and DF. RGB value is (50,159,223). Sum of RGB (Red+Green+Blue) = 50+159+223=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #329FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FDF is #CD6020. Grayscale: #858585. Windows color (decimal): -13459489 or 14655282. OLE color: 14655282.
HSL color Cylindrical-coordinate representation of color #329FDF: hue angle of 202.2º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329FDF is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 159 | 223 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.13 |
| HSL | 202.2º | 0.73% | 0.54% | - |
| HSV(B) | 202.2º | 0.78% | 0.87% | - |
| XYZ | 27.03 | 30.8 | 74.33 | - |
| YUV | 133.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 223 | 0.78 | 0.29 | 0 | 0.13 | 202.2 | 0.73 | 0.54 |
| Hex | 32 | 9F | DF | 4E | 1D | 0 | D | CA | 49 | 36 |
| Octal | 62 | 237 | 337 | 116 | 35 | 0 | 15 | 312 | 111 | 66 |
| Binary | 110010 | 10011111 | 11011111 | 1001110 | 11101 | 0 | 1101 | 11001010 | 1001001 | 110110 |
Color Harmonies of #329FDF
Complementary color
Monochromatic Colors of #329FDF
Black with #329FDF
Text Example
Text Example
White with #329FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FDF; }
p { color: rgb(50,159,223); }
H1.HeaderClassName
{
color: #329FDF;
}
.AnyTagClassName
{
color: #329FDF;
}
</style>
background-color css
<style>
a { background-color: #329FDF; }
a { background-color: rgb(50,159,223); }
div.DivClassName
{
background-color: #329FDF;
}
.BgClassName
{
background-color: #329FDF;
}
</style>
border-color css
<style>
span { border-color: #329FDF; }
span { border-color: rgb(50,159,223); }
td.TdClassName
{
border-color: #329FDF;
}
.TagClassName
{
border-color: #329FDF;
}
</style>