#79AEBD

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

Shades of Glacier #79AEBD

Tints of Glacier #79AEBD

Color information

#79AEBD (or 0x79AEBD) is unknown color: approx Glacier. HEX triplet: 79, AE and BD. RGB value is (121,174,189). Sum of RGB (Red+Green+Blue) = 121+174+189=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #79AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AEBD is #865142. Grayscale: #9F9F9F. Windows color (decimal): -8802627 or 12430969. OLE color: 12430969.

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

Color convert

RGB121174189-
CMYK0.360.0800.26
HSL193.24º34%60.78%-
HSV(B)193.24º35.98%74.12%-
XYZ32.2138.0153.78-
YUV159.86144.44100.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=25%
G=35.95%
B=39.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211741890.360.0800.26193.243460.78
Hex79AEBD24801Ac1223d
Octal17125627544100323014275
Binary11110011010111010111101100100100001101011000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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