Html Css Color HEX #89AABB Nepal

📋 copy color: '#89AABB'

red 137 ◦ green 170 ◦ blue 187

#89AABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #89AABB

Tints of Nepal #89AABB

RGB

 RED value IS 137 (53.91% from 255) = 27.73%

 GREEN value IS 170 (66.8% 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 value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89AABB (or 0x89AABB) is known color: 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

RGB 137 170 187 -
CMYK 0.27 0.09 0 0.27
HSL 200.4º 0.27% 0.64% -
HSV(B) 200.4º 0.27% 0.73% -
XYZ 33.66 37.66 52.51 -
YUV 162.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 137 170 187 0.27 0.09 0 0.27 200.4 0.27 0.64
Hex 89 AA BB 1B 9 0 1B C8 1B 40
Octal 211 252 273 33 11 0 33 310 33 100
Binary 10001001 10101010 10111011 11011 1001 0 11011 11001000 11011 1000000

Color Harmonies of #89AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AABB

Black with #89AABB

Text Example


Text Example

White with #89AABB

Text Example


Text Example

HTML Codes & Css Web 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>