#89AABB

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

Shades of Nepal #89AABB

Tints of Nepal #89AABB

Color information

#89AABB (or 0x89AABB) is unknown color: approx Nepal. HEX triplet: 89, AA and BB. RGB value is (137,170,187). Sum of RGB (Red+Green+Blue) = 137+170+187=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #89AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AABB is #765544. Grayscale: #A1A1A1. Windows color (decimal): -7755077 or 12298889. OLE color: 12298889.

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

Color convert

RGB137170187-
CMYK0.270.0900.27
HSL200.4º26.88%63.53%-
HSV(B)200.4º26.74%73.33%-
XYZ33.6637.6652.51-
YUV162.07142.07110.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=27.73%
G=34.41%
B=37.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371701870.270.0900.27200.426.8863.53
Hex89AABB1B901Bc81b40
Octal211252273331103331033100
Binary10001001101010101011101111011100101101111001000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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