#80AEBD

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

Shades of Glacier #80AEBD

Tints of Glacier #80AEBD

Color information

#80AEBD (or 0x80AEBD) is unknown color: approx Glacier. HEX triplet: 80, AE and BD. RGB value is (128,174,189). Sum of RGB (Red+Green+Blue) = 128+174+189=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #80AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBD is #7F5142. Grayscale: #A1A1A1. Windows color (decimal): -8343875 or 12430976. OLE color: 12430976.

HSL color Cylindrical-coordinate representation of color #80AEBD: hue angle of 194.75º degrees, saturation: 0.32, 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 #80AEBD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128174189-
CMYK0.320.0800.26
HSL194.75º31.61%62.16%-
HSV(B)194.75º32.28%74.12%-
XYZ33.2238.5453.83-
YUV161.96143.26103.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=26.07%
G=35.44%
B=38.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281741890.320.0800.26194.7531.6162.16
Hex80AEBD20801Ac3203e
Octal20025627540100323034076
Binary100000001010111010111101100000100001101011000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,189); }

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

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

 a { background-color: rgb(128,174,189); }

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

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

 span { border-color: rgb(128,174,189); }

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