#80ACBB

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

Shades of Glacier #80ACBB

Tints of Glacier #80ACBB

Color information

#80ACBB (or 0x80ACBB) is unknown color: approx Glacier. HEX triplet: 80, AC and BB. RGB value is (128,172,187). Sum of RGB (Red+Green+Blue) = 128+172+187=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #80ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACBB is #7F5344. Grayscale: #A0A0A0. Windows color (decimal): -8344389 or 12299392. OLE color: 12299392.

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

Color convert

RGB128172187-
CMYK0.320.0800.27
HSL195.25º30.26%61.76%-
HSV(B)195.25º31.55%73.33%-
XYZ32.6237.6852.57-
YUV160.55142.92104.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=26.28%
G=35.32%
B=38.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281721870.320.0800.27195.2530.2661.76
Hex80ACBB20801Bc31e3e
Octal20025427340100333033676
Binary10000000101011001011101110000010000110111100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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