#80A7BD

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

Shades of Glacier #80A7BD

Tints of Glacier #80A7BD

Color information

#80A7BD (or 0x80A7BD) is unknown color: approx Glacier. HEX triplet: 80, A7 and BD. RGB value is (128,167,189). Sum of RGB (Red+Green+Blue) = 128+167+189=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #80A7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A7BD is #7F5842. Grayscale: #9D9D9D. Windows color (decimal): -8345667 or 12429184. OLE color: 12429184.

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

Color convert

RGB128167189-
CMYK0.320.1200.26
HSL201.64º31.61%62.16%-
HSV(B)201.64º32.28%74.12%-
XYZ31.9135.953.39-
YUV157.85145.58106.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=26.45%
G=34.50%
B=39.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281671890.320.1200.26201.6431.6162.16
Hex80A7BD20C01Aca203e
Octal20024727540140323124076
Binary100000001010011110111101100000110001101011001010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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