#89A9BD

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

Shades of Nepal #89A9BD

Tints of Nepal #89A9BD

Color information

#89A9BD (or 0x89A9BD) is unknown color: approx Nepal. HEX triplet: 89, A9 and BD. RGB value is (137,169,189). Sum of RGB (Red+Green+Blue) = 137+169+189=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #89A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9BD is #765642. Grayscale: #A1A1A1. Windows color (decimal): -7755331 or 12429705. OLE color: 12429705.

HSL color Cylindrical-coordinate representation of color #89A9BD: hue angle of 203.08º 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 #89A9BD is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137169189-
CMYK0.280.1100.26
HSL203.08º28.26%63.92%-
HSV(B)203.08º27.51%74.12%-
XYZ33.6937.3753.58-
YUV161.71143.4110.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=27.68%
G=34.14%
B=38.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371691890.280.1100.26203.0828.2663.92
Hex89A9BD1CB01Acb1c40
Octal211251275341303231334100
Binary10001001101010011011110111100101101101011001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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