#80A6BC

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

Shades of Nepal #80A6BC

Tints of Nepal #80A6BC

Color information

#80A6BC (or 0x80A6BC) is unknown color: approx Nepal. HEX triplet: 80, A6 and BC. RGB value is (128,166,188). Sum of RGB (Red+Green+Blue) = 128+166+188=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #80A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6BC is #7F5943. Grayscale: #9D9D9D. Windows color (decimal): -8345924 or 12363392. OLE color: 12363392.

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

Color convert

RGB128166188-
CMYK0.320.1200.26
HSL202º30.93%61.96%-
HSV(B)202º31.91%73.73%-
XYZ31.6235.4952.76-
YUV157.15145.41107.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=26.56%
G=34.44%
B=39.00%

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
Decimal1281661880.320.1200.2620230.9361.96
Hex80A6BC20C01Aca1f3e
Octal20024627440140323123776
Binary10000000101001101011110010000011000110101100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,166,188); }

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

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

 a { background-color: rgb(128,166,188); }

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

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

 span { border-color: rgb(128,166,188); }

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