#79ACBB

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

Shades of Glacier #79ACBB

Tints of Glacier #79ACBB

Color information

#79ACBB (or 0x79ACBB) is unknown color: approx Glacier. HEX triplet: 79, AC and BB. RGB value is (121,172,187). Sum of RGB (Red+Green+Blue) = 121+172+187=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #79ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACBB is #865344. Grayscale: #9E9E9E. Windows color (decimal): -8803141 or 12299385. OLE color: 12299385.

HSL color Cylindrical-coordinate representation of color #79ACBB: hue angle of 193.64º degrees, saturation: 0.33, 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 #79ACBB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121172187-
CMYK0.350.0800.27
HSL193.64º32.67%60.39%-
HSV(B)193.64º35.29%73.33%-
XYZ31.6137.1652.52-
YUV158.46144.1101.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=25.21%
G=35.83%
B=38.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211721870.350.0800.27193.6432.6760.39
Hex79ACBB23801Bc2213c
Octal17125427343100333024174
Binary11110011010110010111011100011100001101111000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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