#79AABE

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

Shades of Glacier #79AABE

Tints of Glacier #79AABE

Color information

#79AABE (or 0x79AABE) is unknown color: approx Glacier. HEX triplet: 79, AA and BE. RGB value is (121,170,190). Sum of RGB (Red+Green+Blue) = 121+170+190=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #79AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AABE is #865541. Grayscale: #9D9D9D. Windows color (decimal): -8803650 or 12495481. OLE color: 12495481.

HSL color Cylindrical-coordinate representation of color #79AABE: hue angle of 197.39º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79AABE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121170190-
CMYK0.360.1100.25
HSL197.39º34.67%60.98%-
HSV(B)197.39º36.32%74.51%-
XYZ31.5536.5354.1-
YUV157.63146.27101.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.16%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=25.16%
G=35.34%
B=39.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211701900.360.1100.25197.3934.6760.98
Hex79AABE24B019c5233d
Octal17125227644130313054375
Binary11110011010101010111110100100101101100111000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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