Html Css Color HEX #329ED8 Summer Sky

📋 copy color: '#329ED8'

red 50 ◦ green 158 ◦ blue 216

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

Shades of Summer Sky #329ED8

Tints of Summer Sky #329ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.94%

R = 11.79%
G = 37.26%
B = 50.94%

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

#329ED8 (or 0x329ED8) is known color: Summer Sky. HEX triplet: 32, 9E and D8. RGB value is (50,158,216). Sum of RGB (Red+Green+Blue) = 50+158+216=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #329ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ED8 is #CD6127. Grayscale: #838383. Windows color (decimal): -13459752 or 14196274. OLE color: 14196274.

HSL color Cylindrical-coordinate representation of color #329ED8: hue angle of 200.96º degrees, saturation: 0.68, 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 #329ED8 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 158 216 -
CMYK 0.77 0.27 0 0.15
HSL 200.96º 0.68% 0.52% -
HSV(B) 200.96º 0.77% 0.85% -
XYZ 25.94 30.09 69.41 -
YUV 132.32 175.22 69.28 -
System Red Green Blue C M Y K H S L
Decimal 50 158 216 0.77 0.27 0 0.15 200.96 0.68 0.52
Hex 32 9E D8 4D 1B 0 F C9 44 34
Octal 62 236 330 115 33 0 17 311 104 64
Binary 110010 10011110 11011000 1001101 11011 0 1111 11001001 1000100 110100

Color Harmonies of #329ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ED8

Black with #329ED8

Text Example


Text Example

White with #329ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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