#80B4BA

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

Shades of Glacier #80B4BA

Tints of Glacier #80B4BA

Color information

#80B4BA (or 0x80B4BA) is unknown color: approx Glacier. HEX triplet: 80, B4 and BA. RGB value is (128,180,186). Sum of RGB (Red+Green+Blue) = 128+180+186=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #80B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B4BA is #7F4B45. Grayscale: #A5A5A5. Windows color (decimal): -8342342 or 12235904. OLE color: 12235904.

HSL color Cylindrical-coordinate representation of color #80B4BA: hue angle of 186.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B4BA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128180186-
CMYK0.310.0300.27
HSL186.21º29.59%61.57%-
HSV(B)186.21º31.18%72.94%-
XYZ34.0940.7852.53-
YUV165.14139.77101.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=25.91%
G=36.44%
B=37.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281801860.310.0300.27186.2129.5961.57
Hex80B4BA1F301Bba1e3e
Octal2002642723730332723676
Binary10000000101101001011101011111110110111011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,186); }

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

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

 a { background-color: rgb(128,180,186); }

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

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

 span { border-color: rgb(128,180,186); }

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