#79AAC2

Color #79AAC2 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #79AAC2

Tints of Glacier #79AAC2

Color information

#79AAC2 (or 0x79AAC2) is unknown color: approx Glacier. HEX triplet: 79, AA and C2. RGB value is (121,170,194). Sum of RGB (Red+Green+Blue) = 121+170+194=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #79AAC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAC2 is #86553D. Grayscale: #9D9D9D. Windows color (decimal): -8803646 or 12757625. OLE color: 12757625.

HSL color Cylindrical-coordinate representation of color #79AAC2: hue angle of 199.73º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79AAC2 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121170194-
CMYK0.380.1200.24
HSL199.73º37.44%61.76%-
HSV(B)199.73º37.63%76.08%-
XYZ3236.7156.44-
YUV158.08148.27101.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 194 (76.17% from 255) = 40%
R=24.95%
G=35.05%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211701940.380.1200.24199.7337.4461.76
Hex79AAC226C018c8253e
Octal17125230246140303104576
Binary11110011010101011000010100110110001100011001000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AAC2; }

 p { color: rgb(121,170,194); }

 H1.HeaderClassName
 {
   color: #79AAC2;
 }
 .AnyTagClassName
 {
   color: #79AAC2;
 }
</style>
background-color css

<style>
 a { background-color: #79AAC2; }

 a { background-color: rgb(121,170,194); }

 div.DivClassName
 {
   background-color: #79AAC2;
 }
 .BgClassName
 {
   background-color: #79AAC2;
 }
</style>
border-color css

<style>
 span { border-color: #79AAC2; }

 span { border-color: rgb(121,170,194); }

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