#80ACC0

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

Shades of Glacier #80ACC0

Tints of Glacier #80ACC0

Color information

#80ACC0 (or 0x80ACC0) is unknown color: approx Glacier. HEX triplet: 80, AC and C0. RGB value is (128,172,192). Sum of RGB (Red+Green+Blue) = 128+172+192=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #80ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACC0 is #7F533F. Grayscale: #A1A1A1. Windows color (decimal): -8344384 or 12627072. OLE color: 12627072.

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

Color convert

RGB128172192-
CMYK0.330.1000.25
HSL198.75º33.68%62.75%-
HSV(B)198.75º33.33%75.29%-
XYZ33.1737.955.44-
YUV161.12145.42104.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=26.02%
G=34.96%
B=39.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281721920.330.1000.25198.7533.6862.75
Hex80ACC021A019c7223f
Octal20025430041120313074277
Binary100000001010110011000000100001101001100111000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,192); }

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

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

 a { background-color: rgb(128,172,192); }

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

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

 span { border-color: rgb(128,172,192); }

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