Html Css Color HEX #329FF0 Summer Sky

📋 copy color: '#329FF0'

red 50 ◦ green 159 ◦ blue 240

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

Shades of Summer Sky #329FF0

Tints of Summer Sky #329FF0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 240 (94.14% from 255) = 53.45%

R = 11.14%
G = 35.41%
B = 53.45%

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

#329FF0 (or 0x329FF0) is known color: Summer Sky. HEX triplet: 32, 9F and F0. RGB value is (50,159,240). Sum of RGB (Red+Green+Blue) = 50+159+240=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #329FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FF0 is #CD600F. Grayscale: #878787. Windows color (decimal): -13459472 or 15769394. OLE color: 15769394.

HSL color Cylindrical-coordinate representation of color #329FF0: hue angle of 205.58º 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 #329FF0 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 159 240 -
CMYK 0.79 0.34 0 0.06
HSL 205.58º 0.86% 0.57% -
HSV(B) 205.58º 0.79% 0.94% -
XYZ 29.44 31.77 87.02 -
YUV 135.64 186.89 66.91 -
System Red Green Blue C M Y K H S L
Decimal 50 159 240 0.79 0.34 0 0.06 205.58 0.86 0.57
Hex 32 9F F0 4F 22 0 6 CE 56 39
Octal 62 237 360 117 42 0 6 316 126 71
Binary 110010 10011111 11110000 1001111 100010 0 110 11001110 1010110 111001

Color Harmonies of #329FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FF0

Black with #329FF0

Text Example


Text Example

White with #329FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,240); }

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

background-color css

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

 a { background-color: rgb(50,159,240); }

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

border-color css

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

 span { border-color: rgb(50,159,240); }

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