#80ABBB

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

Shades of Glacier #80ABBB

Tints of Glacier #80ABBB

Color information

#80ABBB (or 0x80ABBB) is unknown color: approx Glacier. HEX triplet: 80, AB and BB. RGB value is (128,171,187). Sum of RGB (Red+Green+Blue) = 128+171+187=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #80ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABBB is #7F5444. Grayscale: #9F9F9F. Windows color (decimal): -8344645 or 12299136. OLE color: 12299136.

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

Color convert

RGB128171187-
CMYK0.320.0900.27
HSL196.27º30.26%61.76%-
HSV(B)196.27º31.55%73.33%-
XYZ32.4337.352.5-
YUV159.97143.25105.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=26.34%
G=35.19%
B=38.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281711870.320.0900.27196.2730.2661.76
Hex80ABBB20901Bc41e3e
Octal20025327340110333043676
Binary10000000101010111011101110000010010110111100010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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