#81A5BA

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

Shades of Nepal #81A5BA

Tints of Nepal #81A5BA

Color information

#81A5BA (or 0x81A5BA) is unknown color: approx Nepal. HEX triplet: 81, A5 and BA. RGB value is (129,165,186). Sum of RGB (Red+Green+Blue) = 129+165+186=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #81A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5BA is #7E5A45. Grayscale: #9C9C9C. Windows color (decimal): -8280646 or 12232065. OLE color: 12232065.

HSL color Cylindrical-coordinate representation of color #81A5BA: hue angle of 202.11º 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 #81A5BA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129165186-
CMYK0.310.1100.27
HSL202.11º29.23%61.76%-
HSV(B)202.11º30.65%72.94%-
XYZ31.3735.1251.58-
YUV156.63144.57108.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=26.88%
G=34.38%
B=38.75%

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
Decimal1291651860.310.1100.27202.1129.2361.76
Hex81A5BA1FB01Bca1d3e
Octal20124527237130333123576
Binary1000000110100101101110101111110110110111100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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