#80A5BE

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

Shades of Nepal #80A5BE

Tints of Nepal #80A5BE

Color information

#80A5BE (or 0x80A5BE) is unknown color: approx Nepal. HEX triplet: 80, A5 and BE. RGB value is (128,165,190). Sum of RGB (Red+Green+Blue) = 128+165+190=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #80A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5BE is #7F5A41. Grayscale: #9C9C9C. Windows color (decimal): -8346178 or 12494208. OLE color: 12494208.

HSL color Cylindrical-coordinate representation of color #80A5BE: hue angle of 204.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80A5BE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128165190-
CMYK0.330.1300.25
HSL204.19º32.29%62.35%-
HSV(B)204.19º32.63%74.51%-
XYZ31.6535.2253.84-
YUV156.79146.74107.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=26.50%
G=34.16%
B=39.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281651900.330.1300.25204.1932.2962.35
Hex80A5BE21D019cc203e
Octal20024527641150313144076
Binary100000001010010110111110100001110101100111001100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,190); }

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

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

 a { background-color: rgb(128,165,190); }

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

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

 span { border-color: rgb(128,165,190); }

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