Html Css Color HEX #329EEF Summer Sky

📋 copy color: '#329EEF'

red 50 ◦ green 158 ◦ blue 239

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

Shades of Summer Sky #329EEF

Tints of Summer Sky #329EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 11.19%
G = 35.35%
B = 53.47%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#329EEF (or 0x329EEF) is known color: Summer Sky. HEX triplet: 32, 9E and EF. RGB value is (50,158,239). Sum of RGB (Red+Green+Blue) = 50+158+239=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #329EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EEF is #CD6110. Grayscale: #868686. Windows color (decimal): -13459729 or 15703602. OLE color: 15703602.

HSL color Cylindrical-coordinate representation of color #329EEF: hue angle of 205.71º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329EEF is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 158 239 -
CMYK 0.79 0.34 0 0.06
HSL 205.71º 0.86% 0.57% -
HSV(B) 205.71º 0.79% 0.94% -
XYZ 29.12 31.36 86.18 -
YUV 134.94 186.72 67.41 -
System Red Green Blue C M Y K H S L
Decimal 50 158 239 0.79 0.34 0 0.06 205.71 0.86 0.57
Hex 32 9E EF 4F 22 0 6 CE 56 39
Octal 62 236 357 117 42 0 6 316 126 71
Binary 110010 10011110 11101111 1001111 100010 0 110 11001110 1010110 111001

Color Harmonies of #329EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EEF

Black with #329EEF

Text Example


Text Example

White with #329EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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