Html Css Color HEX #329ECF Summer Sky

📋 copy color: '#329ECF'

red 50 ◦ green 158 ◦ blue 207

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

Shades of Summer Sky #329ECF

Tints of Summer Sky #329ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 12.05%
G = 38.07%
B = 49.88%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#329ECF (or 0x329ECF) is known color: Summer Sky. HEX triplet: 32, 9E and CF. RGB value is (50,158,207). Sum of RGB (Red+Green+Blue) = 50+158+207=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #329ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ECF is #CD6130. Grayscale: #828282. Windows color (decimal): -13459761 or 13606450. OLE color: 13606450.

HSL color Cylindrical-coordinate representation of color #329ECF: hue angle of 198.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329ECF is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 158 207 -
CMYK 0.76 0.24 0 0.19
HSL 198.73º 0.62% 0.5% -
HSV(B) 198.73º 0.76% 0.81% -
XYZ 24.8 29.64 63.44 -
YUV 131.29 170.72 70.02 -
System Red Green Blue C M Y K H S L
Decimal 50 158 207 0.76 0.24 0 0.19 198.73 0.62 0.5
Hex 32 9E CF 4C 18 0 13 C7 3E 32
Octal 62 236 317 114 30 0 23 307 76 62
Binary 110010 10011110 11001111 1001100 11000 0 10011 11000111 111110 110010

Color Harmonies of #329ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ECF

Black with #329ECF

Text Example


Text Example

White with #329ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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