#80BDBE

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

Shades of Glacier #80BDBE

Tints of Glacier #80BDBE

Color information

#80BDBE (or 0x80BDBE) is unknown color: approx Glacier. HEX triplet: 80, BD and BE. RGB value is (128,189,190). Sum of RGB (Red+Green+Blue) = 128+189+190=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #80BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDBE is #7F4241. Grayscale: #AAAAAA. Windows color (decimal): -8340034 or 12500352. OLE color: 12500352.

HSL color Cylindrical-coordinate representation of color #80BDBE: hue angle of 180.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BDBE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128189190-
CMYK0.330.0100.25
HSL180.97º32.29%62.35%-
HSV(B)180.97º32.63%74.51%-
XYZ36.3944.755.43-
YUV170.88138.7997.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=25.25%
G=37.28%
B=37.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281891900.330.0100.25180.9732.2962.35
Hex80BDBE211019b5203e
Octal2002752764110312654076
Binary100000001011110110111110100001101100110110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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