#79AEBC

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

Shades of Glacier #79AEBC

Tints of Glacier #79AEBC

Color information

#79AEBC (or 0x79AEBC) is unknown color: approx Glacier. HEX triplet: 79, AE and BC. RGB value is (121,174,188). Sum of RGB (Red+Green+Blue) = 121+174+188=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #79AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AEBC is #865143. Grayscale: #9F9F9F. Windows color (decimal): -8802628 or 12365433. OLE color: 12365433.

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

Color convert

RGB121174188-
CMYK0.360.0700.26
HSL192.54º33.33%60.59%-
HSV(B)192.54º35.64%73.73%-
XYZ32.137.9753.21-
YUV159.75143.94100.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=25.05%
G=36.02%
B=38.92%

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
Decimal1211741880.360.0700.26192.5433.3360.59
Hex79AEBC24701Ac1213d
Octal1712562744470323014175
Binary1111001101011101011110010010011101101011000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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