#79A6BD

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

Shades of Glacier #79A6BD

Tints of Glacier #79A6BD

Color information

#79A6BD (or 0x79A6BD) is unknown color: approx Glacier. HEX triplet: 79, A6 and BD. RGB value is (121,166,189). Sum of RGB (Red+Green+Blue) = 121+166+189=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #79A6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6BD is #865942. Grayscale: #9B9B9B. Windows color (decimal): -8804675 or 12428921. OLE color: 12428921.

HSL color Cylindrical-coordinate representation of color #79A6BD: hue angle of 200.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A6BD is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121166189-
CMYK0.360.1200.26
HSL200.29º34%60.78%-
HSV(B)200.29º35.98%74.12%-
XYZ30.7135.0153.28-
YUV155.17147.09103.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=25.42%
G=34.87%
B=39.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211661890.360.1200.26200.293460.78
Hex79A6BD24C01Ac8223d
Octal17124627544140323104275
Binary11110011010011010111101100100110001101011001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,166,189); }

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

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

 a { background-color: rgb(121,166,189); }

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

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

 span { border-color: rgb(121,166,189); }

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