#80B5BA

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

Shades of Glacier #80B5BA

Tints of Glacier #80B5BA

Color information

#80B5BA (or 0x80B5BA) is unknown color: approx Glacier. HEX triplet: 80, B5 and BA. RGB value is (128,181,186). Sum of RGB (Red+Green+Blue) = 128+181+186=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #80B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5BA is #7F4A45. Grayscale: #A5A5A5. Windows color (decimal): -8342086 or 12236160. OLE color: 12236160.

HSL color Cylindrical-coordinate representation of color #80B5BA: hue angle of 185.17º 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 #80B5BA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128181186-
CMYK0.310.0300.27
HSL185.17º29.59%61.57%-
HSV(B)185.17º31.18%72.94%-
XYZ34.2941.1852.6-
YUV165.72139.44101.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=25.86%
G=36.57%
B=37.58%

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
Decimal1281811860.310.0300.27185.1729.5961.57
Hex80B5BA1F301Bb91e3e
Octal2002652723730332713676
Binary10000000101101011011101011111110110111011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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