#79AABA

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

Shades of Glacier #79AABA

Tints of Glacier #79AABA

Color information

#79AABA (or 0x79AABA) is unknown color: approx Glacier. HEX triplet: 79, AA and BA. RGB value is (121,170,186). Sum of RGB (Red+Green+Blue) = 121+170+186=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #79AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AABA is #865545. Grayscale: #9D9D9D. Windows color (decimal): -8803654 or 12233337. OLE color: 12233337.

HSL color Cylindrical-coordinate representation of color #79AABA: hue angle of 194.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79AABA is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121170186-
CMYK0.350.0900.27
HSL194.77º32.02%60.2%-
HSV(B)194.77º34.95%72.94%-
XYZ31.1236.3651.83-
YUV157.17144.27102.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=25.37%
G=35.64%
B=38.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211701860.350.0900.27194.7732.0260.2
Hex79AABA23901Bc3203c
Octal17125227243110333034074
Binary11110011010101010111010100011100101101111000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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