#89A9B8

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

Shades of Nepal #89A9B8

Tints of Nepal #89A9B8

Color information

#89A9B8 (or 0x89A9B8) is unknown color: approx Nepal. HEX triplet: 89, A9 and B8. RGB value is (137,169,184). Sum of RGB (Red+Green+Blue) = 137+169+184=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #89A9B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9B8 is #765647. Grayscale: #A1A1A1. Windows color (decimal): -7755336 or 12102025. OLE color: 12102025.

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

Color convert

RGB137169184-
CMYK0.260.0800.28
HSL199.15º24.87%62.94%-
HSV(B)199.15º25.54%72.16%-
XYZ33.1637.1550.77-
YUV161.14140.9110.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=27.96%
G=34.49%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371691840.260.0800.28199.1524.8762.94
Hex89A9B81A801Cc7193f
Octal21125127032100343073177
Binary1000100110101001101110001101010000111001100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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