#80AEBF

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

Shades of Glacier #80AEBF

Tints of Glacier #80AEBF

Color information

#80AEBF (or 0x80AEBF) is unknown color: approx Glacier. HEX triplet: 80, AE and BF. RGB value is (128,174,191). Sum of RGB (Red+Green+Blue) = 128+174+191=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #80AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBF is #7F5140. Grayscale: #A2A2A2. Windows color (decimal): -8343873 or 12562048. OLE color: 12562048.

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

Color convert

RGB128174191-
CMYK0.330.0900.25
HSL196.19º32.98%62.55%-
HSV(B)196.19º32.98%74.9%-
XYZ33.4438.6254.98-
YUV162.18144.26103.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 191 (75% from 255) = 38.74%
R=25.96%
G=35.29%
B=38.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281741910.330.0900.25196.1932.9862.55
Hex80AEBF219019c4213f
Octal20025627741110313044177
Binary100000001010111010111111100001100101100111000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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