Html Css Color HEX #329ACC Summer Sky

📋 copy color: '#329ACC'

red 50 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #329ACC

Tints of Summer Sky #329ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 204 (80.08% from 255) = 50%

R = 12.25%
G = 37.75%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#329ACC (or 0x329ACC) is known color: Summer Sky. HEX triplet: 32, 9A and CC. RGB value is (50,154,204). Sum of RGB (Red+Green+Blue) = 50+154+204=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #329ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ACC is #CD6533. Grayscale: #808080. Windows color (decimal): -13460788 or 13408818. OLE color: 13408818.

HSL color Cylindrical-coordinate representation of color #329ACC: hue angle of 199.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329ACC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 154 204 -
CMYK 0.75 0.25 0 0.2
HSL 199.48º 0.61% 0.5% -
HSV(B) 199.48º 0.75% 0.8% -
XYZ 23.77 28.15 61.31 -
YUV 128.6 170.54 71.93 -
System Red Green Blue C M Y K H S L
Decimal 50 154 204 0.75 0.25 0 0.2 199.48 0.61 0.5
Hex 32 9A CC 4B 19 0 14 C7 3D 32
Octal 62 232 314 113 31 0 24 307 75 62
Binary 110010 10011010 11001100 1001011 11001 0 10100 11000111 111101 110010

Color Harmonies of #329ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ACC

Black with #329ACC

Text Example


Text Example

White with #329ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,154,204); }

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

background-color css

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

 a { background-color: rgb(50,154,204); }

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

border-color css

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

 span { border-color: rgb(50,154,204); }

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