#80ABC1

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

Shades of Glacier #80ABC1

Tints of Glacier #80ABC1

Color information

#80ABC1 (or 0x80ABC1) is unknown color: approx Glacier. HEX triplet: 80, AB and C1. RGB value is (128,171,193). Sum of RGB (Red+Green+Blue) = 128+171+193=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #80ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABC1 is #7F543E. Grayscale: #A0A0A0. Windows color (decimal): -8344639 or 12692352. OLE color: 12692352.

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

Color convert

RGB128171193-
CMYK0.340.1100.24
HSL200.31º34.39%62.94%-
HSV(B)200.31º33.68%75.69%-
XYZ33.0937.5755.96-
YUV160.65146.25104.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=26.02%
G=34.76%
B=39.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281711930.340.1100.24200.3134.3962.94
Hex80ABC122B018c8223f
Octal20025330142130303104277
Binary100000001010101111000001100010101101100011001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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