#80A5BF

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

Shades of Nepal #80A5BF

Tints of Nepal #80A5BF

Color information

#80A5BF (or 0x80A5BF) is unknown color: approx Nepal. HEX triplet: 80, A5 and BF. RGB value is (128,165,191). Sum of RGB (Red+Green+Blue) = 128+165+191=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #80A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5BF is #7F5A40. Grayscale: #9C9C9C. Windows color (decimal): -8346177 or 12559744. OLE color: 12559744.

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

Color convert

RGB128165191-
CMYK0.330.1400.25
HSL204.76º32.98%62.55%-
HSV(B)204.76º32.98%74.9%-
XYZ31.7635.2654.42-
YUV156.9147.24107.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 191 (75% from 255) = 39.46%
R=26.45%
G=34.09%
B=39.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281651910.330.1400.25204.7632.9862.55
Hex80A5BF21E019cd213f
Octal20024527741160313154177
Binary100000001010010110111111100001111001100111001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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