#80AABC

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

Shades of Glacier #80AABC

Tints of Glacier #80AABC

Color information

#80AABC (or 0x80AABC) is unknown color: approx Glacier. HEX triplet: 80, AA and BC. RGB value is (128,170,188). Sum of RGB (Red+Green+Blue) = 128+170+188=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #80AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABC is #7F5543. Grayscale: #9F9F9F. Windows color (decimal): -8344900 or 12364416. OLE color: 12364416.

HSL color Cylindrical-coordinate representation of color #80AABC: hue angle of 198º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80AABC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128170188-
CMYK0.320.1000.26
HSL198º30.93%61.96%-
HSV(B)198º31.91%73.73%-
XYZ32.3536.9753.01-
YUV159.49144.09105.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=26.34%
G=34.98%
B=38.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281701880.320.1000.2619830.9361.96
Hex80AABC20A01Ac61f3e
Octal20025227440120323063776
Binary10000000101010101011110010000010100110101100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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