#80AABE

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

Shades of Glacier #80AABE

Tints of Glacier #80AABE

Color information

#80AABE (or 0x80AABE) is unknown color: approx Glacier. HEX triplet: 80, AA and BE. RGB value is (128,170,190). Sum of RGB (Red+Green+Blue) = 128+170+190=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #80AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABE is #7F5541. Grayscale: #9F9F9F. Windows color (decimal): -8344898 or 12495488. OLE color: 12495488.

HSL color Cylindrical-coordinate representation of color #80AABE: hue angle of 199.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AABE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128170190-
CMYK0.330.1100.25
HSL199.35º32.29%62.35%-
HSV(B)199.35º32.63%74.51%-
XYZ32.5737.0654.15-
YUV159.72145.09105.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=26.23%
G=34.84%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281701900.330.1100.25199.3532.2962.35
Hex80AABE21B019c7203e
Octal20025227641130313074076
Binary100000001010101010111110100001101101100111000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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