#79A7BA

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

Shades of Glacier #79A7BA

Tints of Glacier #79A7BA

Color information

#79A7BA (or 0x79A7BA) is unknown color: approx Glacier. HEX triplet: 79, A7 and BA. RGB value is (121,167,186). Sum of RGB (Red+Green+Blue) = 121+167+186=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #79A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A7BA is #865845. Grayscale: #9B9B9B. Windows color (decimal): -8804422 or 12232569. OLE color: 12232569.

HSL color Cylindrical-coordinate representation of color #79A7BA: hue angle of 197.54º 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 #79A7BA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121167186-
CMYK0.350.1000.27
HSL197.54º32.02%60.2%-
HSV(B)197.54º34.95%72.94%-
XYZ30.5735.2551.65-
YUV155.41145.26103.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=25.53%
G=35.23%
B=39.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211671860.350.1000.27197.5432.0260.2
Hex79A7BA23A01Bc6203c
Octal17124727243120333064074
Binary11110011010011110111010100011101001101111000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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