#80A9BC

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

Shades of Glacier #80A9BC

Tints of Glacier #80A9BC

Color information

#80A9BC (or 0x80A9BC) is unknown color: approx Glacier. HEX triplet: 80, A9 and BC. RGB value is (128,169,188). Sum of RGB (Red+Green+Blue) = 128+169+188=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #80A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A9BC is #7F5643. Grayscale: #9E9E9E. Windows color (decimal): -8345156 or 12364160. OLE color: 12364160.

HSL color Cylindrical-coordinate representation of color #80A9BC: hue angle of 199º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A9BC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128169188-
CMYK0.320.1000.26
HSL199º30.93%61.96%-
HSV(B)199º31.91%73.73%-
XYZ32.1736.652.95-
YUV158.91144.42105.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=26.39%
G=34.85%
B=38.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281691880.320.1000.2619930.9361.96
Hex80A9BC20A01Ac71f3e
Octal20025127440120323073776
Binary10000000101010011011110010000010100110101100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,169,188); }

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

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

 a { background-color: rgb(128,169,188); }

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

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

 span { border-color: rgb(128,169,188); }

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