#81A6BA

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

Shades of Nepal #81A6BA

Tints of Nepal #81A6BA

Color information

#81A6BA (or 0x81A6BA) is unknown color: approx Nepal. HEX triplet: 81, A6 and BA. RGB value is (129,166,186). Sum of RGB (Red+Green+Blue) = 129+166+186=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #81A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6BA is #7E5945. Grayscale: #9D9D9D. Windows color (decimal): -8280390 or 12232321. OLE color: 12232321.

HSL color Cylindrical-coordinate representation of color #81A6BA: hue angle of 201.05º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A6BA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129166186-
CMYK0.310.1100.27
HSL201.05º29.23%61.76%-
HSV(B)201.05º30.65%72.94%-
XYZ31.5535.4851.64-
YUV157.22144.24107.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=26.82%
G=34.51%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291661860.310.1100.27201.0529.2361.76
Hex81A6BA1FB01Bc91d3e
Octal20124627237130333113576
Binary1000000110100110101110101111110110110111100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A6BA; }

 p { color: rgb(129,166,186); }

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

<style>
 a { background-color: #81A6BA; }

 a { background-color: rgb(129,166,186); }

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

<style>
 span { border-color: #81A6BA; }

 span { border-color: rgb(129,166,186); }

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