Html Css Color HEX #80A4BD Nepal

📋 copy color: '#80A4BD'

red 128 ◦ green 164 ◦ blue 189

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

Shades of Nepal #80A4BD

Tints of Nepal #80A4BD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 26.61%
G = 34.1%
B = 39.29%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#80A4BD (or 0x80A4BD) is known color: Nepal. HEX triplet: 80, A4 and BD. RGB value is (128,164,189). Sum of RGB (Red+Green+Blue) = 128+164+189=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #80A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4BD is #7F5B42. Grayscale: #9B9B9B. Windows color (decimal): -8346435 or 12428416. OLE color: 12428416.

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

Color convert

RGB 128 164 189 -
CMYK 0.32 0.13 0 0.26
HSL 204.59º 0.32% 0.62% -
HSV(B) 204.59º 0.32% 0.74% -
XYZ 31.36 34.81 53.21 -
YUV 156.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 128 164 189 0.32 0.13 0 0.26 204.59 0.32 0.62
Hex 80 A4 BD 20 D 0 1A CD 20 3E
Octal 200 244 275 40 15 0 32 315 40 76
Binary 10000000 10100100 10111101 100000 1101 0 11010 11001101 100000 111110

Color Harmonies of #80A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A4BD

Black with #80A4BD

Text Example


Text Example

White with #80A4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80A4BD;
 }
 .AnyTagClassName
 {
   color: #80A4BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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