#89AABD

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

Shades of Nepal #89AABD

Tints of Nepal #89AABD

Color information

#89AABD (or 0x89AABD) is unknown color: approx Nepal. HEX triplet: 89, AA and BD. RGB value is (137,170,189). Sum of RGB (Red+Green+Blue) = 137+170+189=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #89AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AABD is #765542. Grayscale: #A2A2A2. Windows color (decimal): -7755075 or 12429961. OLE color: 12429961.

HSL color Cylindrical-coordinate representation of color #89AABD: hue angle of 201.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AABD is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137170189-
CMYK0.280.1000.26
HSL201.92º28.26%63.92%-
HSV(B)201.92º27.51%74.12%-
XYZ33.8837.7453.64-
YUV162.3143.07109.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=27.62%
G=34.27%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371701890.280.1000.26201.9228.2663.92
Hex89AABD1CA01Aca1c40
Octal211252275341203231234100
Binary10001001101010101011110111100101001101011001010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AABD; }

 p { color: rgb(137,170,189); }

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

<style>
 a { background-color: #89AABD; }

 a { background-color: rgb(137,170,189); }

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

<style>
 span { border-color: #89AABD; }

 span { border-color: rgb(137,170,189); }

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