#89A5B8

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

Shades of Nepal #89A5B8

Tints of Nepal #89A5B8

Color information

#89A5B8 (or 0x89A5B8) is unknown color: approx Nepal. HEX triplet: 89, A5 and B8. RGB value is (137,165,184). Sum of RGB (Red+Green+Blue) = 137+165+184=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #89A5B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5B8 is #765A47. Grayscale: #9E9E9E. Windows color (decimal): -7756360 or 12101001. OLE color: 12101001.

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

Color convert

RGB137165184-
CMYK0.260.1000.28
HSL204.26º24.87%62.94%-
HSV(B)204.26º25.54%72.16%-
XYZ32.4235.6950.53-
YUV158.79142.22112.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=28.19%
G=33.95%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371651840.260.1000.28204.2624.8762.94
Hex89A5B81AA01Ccc193f
Octal21124527032120343143177
Binary1000100110100101101110001101010100111001100110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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