#79A5BD

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

Shades of Glacier #79A5BD

Tints of Glacier #79A5BD

Color information

#79A5BD (or 0x79A5BD) is unknown color: approx Glacier. HEX triplet: 79, A5 and BD. RGB value is (121,165,189). Sum of RGB (Red+Green+Blue) = 121+165+189=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #79A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5BD is #865A42. Grayscale: #9A9A9A. Windows color (decimal): -8804931 or 12428665. OLE color: 12428665.

HSL color Cylindrical-coordinate representation of color #79A5BD: hue angle of 201.18º 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 #79A5BD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121165189-
CMYK0.360.1300.26
HSL201.18º34%60.78%-
HSV(B)201.18º35.98%74.12%-
XYZ30.5334.6553.22-
YUV154.58147.42104.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=25.47%
G=34.74%
B=39.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211651890.360.1300.26201.183460.78
Hex79A5BD24D01Ac9223d
Octal17124527544150323114275
Binary11110011010010110111101100100110101101011001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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