Html Css Color HEX #329ACF Summer Sky

📋 copy color: '#329ACF'

red 50 ◦ green 154 ◦ blue 207

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

Shades of Summer Sky #329ACF

Tints of Summer Sky #329ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

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

R = 12.17%
G = 37.47%
B = 50.36%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#329ACF (or 0x329ACF) is known color: Summer Sky. HEX triplet: 32, 9A and CF. RGB value is (50,154,207). Sum of RGB (Red+Green+Blue) = 50+154+207=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #329ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ACF is #CD6530. Grayscale: #808080. Windows color (decimal): -13460785 or 13605426. OLE color: 13605426.

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

Color convert

RGB 50 154 207 -
CMYK 0.76 0.26 0 0.19
HSL 200.25º 0.62% 0.5% -
HSV(B) 200.25º 0.76% 0.81% -
XYZ 24.13 28.29 63.22 -
YUV 128.95 172.04 71.69 -
System Red Green Blue C M Y K H S L
Decimal 50 154 207 0.76 0.26 0 0.19 200.25 0.62 0.5
Hex 32 9A CF 4C 1A 0 13 C8 3E 32
Octal 62 232 317 114 32 0 23 310 76 62
Binary 110010 10011010 11001111 1001100 11010 0 10011 11001000 111110 110010

Color Harmonies of #329ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ACF

Black with #329ACF

Text Example


Text Example

White with #329ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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