#80AEBB

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

Shades of Glacier #80AEBB

Tints of Glacier #80AEBB

Color information

#80AEBB (or 0x80AEBB) is unknown color: approx Glacier. HEX triplet: 80, AE and BB. RGB value is (128,174,187). Sum of RGB (Red+Green+Blue) = 128+174+187=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #80AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBB is #7F5144. Grayscale: #A1A1A1. Windows color (decimal): -8343877 or 12299904. OLE color: 12299904.

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

Color convert

RGB128174187-
CMYK0.320.0700.27
HSL193.22º30.26%61.76%-
HSV(B)193.22º31.55%73.33%-
XYZ33.0138.4552.7-
YUV161.73142.26103.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=26.18%
G=35.58%
B=38.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281741870.320.0700.27193.2230.2661.76
Hex80AEBB20701Bc11e3e
Octal2002562734070333013676
Binary1000000010101110101110111000001110110111100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,187); }

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

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

 a { background-color: rgb(128,174,187); }

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

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

 span { border-color: rgb(128,174,187); }

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