#80AEBC

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

Shades of Glacier #80AEBC

Tints of Glacier #80AEBC

Color information

#80AEBC (or 0x80AEBC) is unknown color: approx Glacier. HEX triplet: 80, AE and BC. RGB value is (128,174,188). Sum of RGB (Red+Green+Blue) = 128+174+188=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #80AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBC is #7F5143. Grayscale: #A1A1A1. Windows color (decimal): -8343876 or 12365440. OLE color: 12365440.

HSL color Cylindrical-coordinate representation of color #80AEBC: hue angle of 194º 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 #80AEBC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128174188-
CMYK0.320.0700.26
HSL194º30.93%61.96%-
HSV(B)194º31.91%73.73%-
XYZ33.1238.4953.26-
YUV161.84142.76103.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=26.12%
G=35.51%
B=38.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281741880.320.0700.2619430.9361.96
Hex80AEBC20701Ac21f3e
Octal2002562744070323023776
Binary1000000010101110101111001000001110110101100001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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