#80B1BC

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

Shades of Glacier #80B1BC

Tints of Glacier #80B1BC

Color information

#80B1BC (or 0x80B1BC) is unknown color: approx Glacier. HEX triplet: 80, B1 and BC. RGB value is (128,177,188). Sum of RGB (Red+Green+Blue) = 128+177+188=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #80B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B1BC is #7F4E43. Grayscale: #A3A3A3. Windows color (decimal): -8343108 or 12366208. OLE color: 12366208.

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

Color convert

RGB128177188-
CMYK0.320.0600.26
HSL191º30.93%61.96%-
HSV(B)191º31.91%73.73%-
XYZ33.739.6653.46-
YUV163.6141.77102.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=25.96%
G=35.90%
B=38.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281771880.320.0600.2619130.9361.96
Hex80B1BC20601Abf1f3e
Octal2002612744060322773776
Binary1000000010110001101111001000001100110101011111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,188); }

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

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

 a { background-color: rgb(128,177,188); }

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

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

 span { border-color: rgb(128,177,188); }

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