Html Css Color HEX #329DCF Summer Sky

📋 copy color: '#329DCF'

red 50 ◦ green 157 ◦ blue 207

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

Shades of Summer Sky #329DCF

Tints of Summer Sky #329DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 12.08%
G = 37.92%
B = 50%

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

#329DCF (or 0x329DCF) is known color: Summer Sky. HEX triplet: 32, 9D and CF. RGB value is (50,157,207). Sum of RGB (Red+Green+Blue) = 50+157+207=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #329DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DCF is #CD6230. Grayscale: #828282. Windows color (decimal): -13460017 or 13606194. OLE color: 13606194.

HSL color Cylindrical-coordinate representation of color #329DCF: hue angle of 199.11º 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 #329DCF is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 157 207 -
CMYK 0.76 0.24 0 0.19
HSL 199.11º 0.62% 0.5% -
HSV(B) 199.11º 0.76% 0.81% -
XYZ 24.63 29.3 63.39 -
YUV 130.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 50 157 207 0.76 0.24 0 0.19 199.11 0.62 0.5
Hex 32 9D CF 4C 18 0 13 C7 3E 32
Octal 62 235 317 114 30 0 23 307 76 62
Binary 110010 10011101 11001111 1001100 11000 0 10011 11000111 111110 110010

Color Harmonies of #329DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DCF

Black with #329DCF

Text Example


Text Example

White with #329DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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