#80B2BC

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

Shades of Glacier #80B2BC

Tints of Glacier #80B2BC

Color information

#80B2BC (or 0x80B2BC) is unknown color: approx Glacier. HEX triplet: 80, B2 and BC. RGB value is (128,178,188). Sum of RGB (Red+Green+Blue) = 128+178+188=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #80B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2BC is #7F4D43. Grayscale: #A4A4A4. Windows color (decimal): -8342852 or 12366464. OLE color: 12366464.

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

Color convert

RGB128178188-
CMYK0.320.0500.26
HSL190º30.93%61.96%-
HSV(B)190º31.91%73.73%-
XYZ33.940.0653.52-
YUV164.19141.44102.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=25.91%
G=36.03%
B=38.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281781880.320.0500.2619030.9361.96
Hex80B2BC20501Abe1f3e
Octal2002622744050322763776
Binary1000000010110010101111001000001010110101011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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