#80B5BB

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

Shades of Glacier #80B5BB

Tints of Glacier #80B5BB

Color information

#80B5BB (or 0x80B5BB) is unknown color: approx Glacier. HEX triplet: 80, B5 and BB. RGB value is (128,181,187). Sum of RGB (Red+Green+Blue) = 128+181+187=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #80B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5BB is #7F4A44. Grayscale: #A5A5A5. Windows color (decimal): -8342085 or 12301696. OLE color: 12301696.

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

Color convert

RGB128181187-
CMYK0.320.0300.27
HSL186.1º30.26%61.76%-
HSV(B)186.1º31.55%73.33%-
XYZ34.441.2253.16-
YUV165.84139.94101.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.81%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=25.81%
G=36.49%
B=37.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281811870.320.0300.27186.130.2661.76
Hex80B5BB20301Bba1e3e
Octal2002652734030332723676
Binary100000001011010110111011100000110110111011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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