Html Css Color HEX #329ECB Summer Sky

📋 copy color: '#329ECB'

red 50 ◦ green 158 ◦ blue 203

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

Shades of Summer Sky #329ECB

Tints of Summer Sky #329ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 12.17%
G = 38.44%
B = 49.39%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#329ECB (or 0x329ECB) is known color: Summer Sky. HEX triplet: 32, 9E and CB. RGB value is (50,158,203). Sum of RGB (Red+Green+Blue) = 50+158+203=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #329ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ECB is #CD6134. Grayscale: #828282. Windows color (decimal): -13459765 or 13344306. OLE color: 13344306.

HSL color Cylindrical-coordinate representation of color #329ECB: hue angle of 197.65º degrees, saturation: 0.6, 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 #329ECB is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 158 203 -
CMYK 0.75 0.22 0 0.20
HSL 197.65º 0.6% 0.5% -
HSV(B) 197.65º 0.75% 0.8% -
XYZ 24.32 29.44 60.9 -
YUV 130.84 168.72 70.34 -
System Red Green Blue C M Y K H S L
Decimal 50 158 203 0.75 0.22 0 0.20 197.65 0.6 0.5
Hex 32 9E CB 4B 16 0 14 C6 3C 32
Octal 62 236 313 113 26 0 24 306 74 62
Binary 110010 10011110 11001011 1001011 10110 0 10100 11000110 111100 110010

Color Harmonies of #329ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ECB

Black with #329ECB

Text Example


Text Example

White with #329ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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