#80AFBD

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

Shades of Glacier #80AFBD

Tints of Glacier #80AFBD

Color information

#80AFBD (or 0x80AFBD) is unknown color: approx Glacier. HEX triplet: 80, AF and BD. RGB value is (128,175,189). Sum of RGB (Red+Green+Blue) = 128+175+189=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #80AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBD is #7F5042. Grayscale: #A2A2A2. Windows color (decimal): -8343619 or 12431232. OLE color: 12431232.

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

Color convert

RGB128175189-
CMYK0.320.0700.26
HSL193.77º31.61%62.16%-
HSV(B)193.77º32.28%74.12%-
XYZ33.4238.9253.9-
YUV162.54142.93103.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=26.02%
G=35.57%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281751890.320.0700.26193.7731.6162.16
Hex80AFBD20701Ac2203e
Octal2002572754070323024076
Binary10000000101011111011110110000011101101011000010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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