#79AFBD

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

Shades of Glacier #79AFBD

Tints of Glacier #79AFBD

Color information

#79AFBD (or 0x79AFBD) is unknown color: approx Glacier. HEX triplet: 79, AF and BD. RGB value is (121,175,189). Sum of RGB (Red+Green+Blue) = 121+175+189=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #79AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFBD is #865042. Grayscale: #A0A0A0. Windows color (decimal): -8802371 or 12431225. OLE color: 12431225.

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

Color convert

RGB121175189-
CMYK0.360.0700.26
HSL192.35º34%60.78%-
HSV(B)192.35º35.98%74.12%-
XYZ32.438.453.85-
YUV160.45144.1199.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=24.95%
G=36.08%
B=38.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211751890.360.0700.26192.353460.78
Hex79AFBD24701Ac0223d
Octal1712572754470323004275
Binary1111001101011111011110110010011101101011000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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