#80AAC1

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

Shades of Glacier #80AAC1

Tints of Glacier #80AAC1

Color information

#80AAC1 (or 0x80AAC1) is unknown color: approx Glacier. HEX triplet: 80, AA and C1. RGB value is (128,170,193). Sum of RGB (Red+Green+Blue) = 128+170+193=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #80AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAC1 is #7F553E. Grayscale: #9F9F9F. Windows color (decimal): -8344895 or 12692096. OLE color: 12692096.

HSL color Cylindrical-coordinate representation of color #80AAC1: hue angle of 201.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80AAC1 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128170193-
CMYK0.340.1200.24
HSL201.23º34.39%62.94%-
HSV(B)201.23º33.68%75.69%-
XYZ32.937.1955.9-
YUV160.06146.59105.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=26.07%
G=34.62%
B=39.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281701930.340.1200.24201.2334.3962.94
Hex80AAC122C018c9223f
Octal20025230142140303114277
Binary100000001010101011000001100010110001100011001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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