#80ABC0

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

Shades of Glacier #80ABC0

Tints of Glacier #80ABC0

Color information

#80ABC0 (or 0x80ABC0) is unknown color: approx Glacier. HEX triplet: 80, AB and C0. RGB value is (128,171,192). Sum of RGB (Red+Green+Blue) = 128+171+192=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #80ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABC0 is #7F543F. Grayscale: #A0A0A0. Windows color (decimal): -8344640 or 12626816. OLE color: 12626816.

HSL color Cylindrical-coordinate representation of color #80ABC0: hue angle of 199.69º 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 #80ABC0 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128171192-
CMYK0.330.1100.25
HSL199.69º33.68%62.75%-
HSV(B)199.69º33.33%75.29%-
XYZ32.9837.5255.37-
YUV160.54145.75104.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=26.07%
G=34.83%
B=39.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281711920.330.1100.25199.6933.6862.75
Hex80ABC021B019c8223f
Octal20025330041130313104277
Binary100000001010101111000000100001101101100111001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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