#80ABB5

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

Shades of Glacier #80ABB5

Tints of Glacier #80ABB5

Color information

#80ABB5 (or 0x80ABB5) is unknown color: approx Glacier. HEX triplet: 80, AB and B5. RGB value is (128,171,181). Sum of RGB (Red+Green+Blue) = 128+171+181=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #80ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABB5 is #7F544A. Grayscale: #9F9F9F. Windows color (decimal): -8344651 or 11905920. OLE color: 11905920.

HSL color Cylindrical-coordinate representation of color #80ABB5: hue angle of 191.32º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80ABB5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128171181-
CMYK0.290.0600.29
HSL191.32º26.37%60.59%-
HSV(B)191.32º29.28%70.98%-
XYZ31.8137.0549.19-
YUV159.28140.25105.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=26.67%
G=35.62%
B=37.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281711810.290.0600.29191.3226.3760.59
Hex80ABB51D601Dbf1a3d
Octal2002532653560352773275
Binary100000001010101110110101111011100111011011111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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