Html Css Color HEX #80A5BE Nepal

📋 copy color: '#80A5BE'

red 128 ◦ green 165 ◦ blue 190

#80A5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #80A5BE

Tints of Nepal #80A5BE

RGB

 RED value IS 128 (50.39% from 255) = 26.5%

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 26.5%
G = 34.16%
B = 39.34%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80A5BE (or 0x80A5BE) is known color: 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

RGB 128 165 190 -
CMYK 0.33 0.13 0 0.25
HSL 204.19º 0.32% 0.62% -
HSV(B) 204.19º 0.33% 0.75% -
XYZ 31.65 35.22 53.84 -
YUV 156.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 128 165 190 0.33 0.13 0 0.25 204.19 0.32 0.62
Hex 80 A5 BE 21 D 0 19 CC 20 3E
Octal 200 245 276 41 15 0 31 314 40 76
Binary 10000000 10100101 10111110 100001 1101 0 11001 11001100 100000 111110

Color Harmonies of #80A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A5BE

Black with #80A5BE

Text Example


Text Example

White with #80A5BE

Text Example


Text Example

HTML Codes & Css Web 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>