#89A5BA

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

Shades of Nepal #89A5BA

Tints of Nepal #89A5BA

Color information

#89A5BA (or 0x89A5BA) is unknown color: approx Nepal. HEX triplet: 89, A5 and BA. RGB value is (137,165,186). Sum of RGB (Red+Green+Blue) = 137+165+186=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5BA is #765A45. Grayscale: #9E9E9E. Windows color (decimal): -7756358 or 12232073. OLE color: 12232073.

HSL color Cylindrical-coordinate representation of color #89A5BA: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89A5BA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137165186-
CMYK0.260.1100.27
HSL205.71º26.2%63.33%-
HSV(B)205.71º26.34%72.94%-
XYZ32.6335.7751.64-
YUV159.02143.22112.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=28.07%
G=33.81%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371651860.260.1100.27205.7126.263.33
Hex89A5BA1AB01Bce1a3f
Octal21124527232130333163277
Binary1000100110100101101110101101010110110111100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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