Html Css Color HEX #329ED9 Summer Sky

📋 copy color: '#329ED9'

red 50 ◦ green 158 ◦ blue 217

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

Shades of Summer Sky #329ED9

Tints of Summer Sky #329ED9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 217 (85.16% from 255) = 51.06%

R = 11.76%
G = 37.18%
B = 51.06%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#329ED9 (or 0x329ED9) is known color: Summer Sky. HEX triplet: 32, 9E and D9. RGB value is (50,158,217). Sum of RGB (Red+Green+Blue) = 50+158+217=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #329ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ED9 is #CD6126. Grayscale: #848484. Windows color (decimal): -13459751 or 14261810. OLE color: 14261810.

HSL color Cylindrical-coordinate representation of color #329ED9: hue angle of 201.2º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329ED9 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 158 217 -
CMYK 0.77 0.27 0 0.15
HSL 201.2º 0.69% 0.52% -
HSV(B) 201.2º 0.77% 0.85% -
XYZ 26.07 30.14 70.09 -
YUV 132.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 50 158 217 0.77 0.27 0 0.15 201.2 0.69 0.52
Hex 32 9E D9 4D 1B 0 F C9 45 34
Octal 62 236 331 115 33 0 17 311 105 64
Binary 110010 10011110 11011001 1001101 11011 0 1111 11001001 1000101 110100

Color Harmonies of #329ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ED9

Black with #329ED9

Text Example


Text Example

White with #329ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,158,217); }

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

background-color css

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

 a { background-color: rgb(50,158,217); }

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

border-color css

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

 span { border-color: rgb(50,158,217); }

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