#79A8B4

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

Shades of Glacier #79A8B4

Tints of Glacier #79A8B4

Color information

#79A8B4 (or 0x79A8B4) is unknown color: approx Glacier. HEX triplet: 79, A8 and B4. RGB value is (121,168,180). Sum of RGB (Red+Green+Blue) = 121+168+180=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #79A8B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8B4 is #86574B. Grayscale: #9B9B9B. Windows color (decimal): -8804172 or 11839609. OLE color: 11839609.

HSL color Cylindrical-coordinate representation of color #79A8B4: hue angle of 192.2º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79A8B4 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB121168180-
CMYK0.330.0700.29
HSL192.2º28.23%59.02%-
HSV(B)192.2º32.78%70.59%-
XYZ30.1335.3748.42-
YUV155.32141.93103.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=25.80%
G=35.82%
B=38.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211681800.330.0700.29192.228.2359.02
Hex79A8B421701Dc01c3b
Octal1712502644170353003473
Binary111100110101000101101001000011110111011100000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,168,180); }

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

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

 a { background-color: rgb(121,168,180); }

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

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

 span { border-color: rgb(121,168,180); }

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