Html Css Color HEX #329FDE Summer Sky

📋 copy color: '#329FDE'

red 50 ◦ green 159 ◦ blue 222

#329FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #329FDE

Tints of Summer Sky #329FDE

RGB

 RED value IS 50 (19.92% from 255) = 11.6%

 GREEN value IS 159 (62.5% from 255) = 36.89%

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 11.6%
G = 36.89%
B = 51.51%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#329FDE (or 0x329FDE) is known color: Summer Sky. HEX triplet: 32, 9F and DE. RGB value is (50,159,222). Sum of RGB (Red+Green+Blue) = 50+159+222=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #329FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FDE is #CD6021. Grayscale: #858585. Windows color (decimal): -13459490 or 14589746. OLE color: 14589746.

HSL color Cylindrical-coordinate representation of color #329FDE: hue angle of 201.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329FDE is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 159 222 -
CMYK 0.77 0.28 0 0.13
HSL 201.98º 0.72% 0.53% -
HSV(B) 201.98º 0.77% 0.87% -
XYZ 26.9 30.75 73.62 -
YUV 133.59 177.89 68.38 -
System Red Green Blue C M Y K H S L
Decimal 50 159 222 0.77 0.28 0 0.13 201.98 0.72 0.53
Hex 32 9F DE 4D 1C 0 D CA 48 35
Octal 62 237 336 115 34 0 15 312 110 65
Binary 110010 10011111 11011110 1001101 11100 0 1101 11001010 1001000 110101

Color Harmonies of #329FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FDE

Black with #329FDE

Text Example


Text Example

White with #329FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329FDE; }

 p { color: rgb(50,159,222); }

 H1.HeaderClassName
 {
   color: #329FDE;
 }
 .AnyTagClassName
 {
   color: #329FDE;
 }
</style>

background-color css

<style>
 a { background-color: #329FDE; }

 a { background-color: rgb(50,159,222); }

 div.DivClassName
 {
   background-color: #329FDE;
 }
 .BgClassName
 {
   background-color: #329FDE;
 }
</style>

border-color css

<style>
 span { border-color: #329FDE; }

 span { border-color: rgb(50,159,222); }

 td.TdClassName
 {
   border-color: #329FDE;
 }
 .TagClassName
 {
   border-color: #329FDE;
 }
</style>