#80AAB9

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

Shades of Glacier #80AAB9

Tints of Glacier #80AAB9

Color information

#80AAB9 (or 0x80AAB9) is unknown color: approx Glacier. HEX triplet: 80, AA and B9. RGB value is (128,170,185). Sum of RGB (Red+Green+Blue) = 128+170+185=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #80AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAB9 is #7F5546. Grayscale: #9F9F9F. Windows color (decimal): -8344903 or 12167808. OLE color: 12167808.

HSL color Cylindrical-coordinate representation of color #80AAB9: hue angle of 195.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AAB9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128170185-
CMYK0.310.0800.27
HSL195.79º28.93%61.37%-
HSV(B)195.79º30.81%72.55%-
XYZ32.0336.8451.32-
YUV159.15142.59105.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=26.50%
G=35.20%
B=38.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281701850.310.0800.27195.7928.9361.37
Hex80AAB91F801Bc41d3d
Octal20025227137100333043575
Binary1000000010101010101110011111110000110111100010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AAB9; }

 p { color: rgb(128,170,185); }

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

<style>
 a { background-color: #80AAB9; }

 a { background-color: rgb(128,170,185); }

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

<style>
 span { border-color: #80AAB9; }

 span { border-color: rgb(128,170,185); }

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