#79A4BD

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

Shades of Glacier #79A4BD

Tints of Glacier #79A4BD

Color information

#79A4BD (or 0x79A4BD) is unknown color: approx Glacier. HEX triplet: 79, A4 and BD. RGB value is (121,164,189). Sum of RGB (Red+Green+Blue) = 121+164+189=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #79A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4BD is #865B42. Grayscale: #999999. Windows color (decimal): -8805187 or 12428409. OLE color: 12428409.

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

Color convert

RGB121164189-
CMYK0.360.1300.26
HSL202.06º34%60.78%-
HSV(B)202.06º35.98%74.12%-
XYZ30.3534.2953.16-
YUV153.99147.75104.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=25.53%
G=34.60%
B=39.87%

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
Decimal1211641890.360.1300.26202.063460.78
Hex79A4BD24D01Aca223d
Octal17124427544150323124275
Binary11110011010010010111101100100110101101011001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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