#80AABA

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

Shades of Glacier #80AABA

Tints of Glacier #80AABA

Color information

#80AABA (or 0x80AABA) is unknown color: approx Glacier. HEX triplet: 80, AA and BA. RGB value is (128,170,186). Sum of RGB (Red+Green+Blue) = 128+170+186=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #80AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABA is #7F5545. Grayscale: #9F9F9F. Windows color (decimal): -8344902 or 12233344. OLE color: 12233344.

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

Color convert

RGB128170186-
CMYK0.310.0900.27
HSL196.55º29.59%61.57%-
HSV(B)196.55º31.18%72.94%-
XYZ32.1436.8851.88-
YUV159.27143.09105.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=26.45%
G=35.12%
B=38.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281701860.310.0900.27196.5529.5961.57
Hex80AABA1F901Bc51e3e
Octal20025227237110333053676
Binary1000000010101010101110101111110010110111100010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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