#79ACB9

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

Shades of Glacier #79ACB9

Tints of Glacier #79ACB9

Color information

#79ACB9 (or 0x79ACB9) is unknown color: approx Glacier. HEX triplet: 79, AC and B9. RGB value is (121,172,185). Sum of RGB (Red+Green+Blue) = 121+172+185=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #79ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACB9 is #865346. Grayscale: #9E9E9E. Windows color (decimal): -8803143 or 12168313. OLE color: 12168313.

HSL color Cylindrical-coordinate representation of color #79ACB9: hue angle of 192.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79ACB9 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121172185-
CMYK0.350.0700.27
HSL192.19º31.37%60%-
HSV(B)192.19º34.59%72.55%-
XYZ31.3937.0751.4-
YUV158.23143.1101.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=25.31%
G=35.98%
B=38.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211721850.350.0700.27192.1931.3760
Hex79ACB923701Bc01f3c
Octal1712542714370333003774
Binary111100110101100101110011000111110110111100000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,185); }

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

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

 a { background-color: rgb(121,172,185); }

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

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

 span { border-color: rgb(121,172,185); }

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