#89ADBF

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

Shades of Nepal #89ADBF

Tints of Nepal #89ADBF

Color information

#89ADBF (or 0x89ADBF) is unknown color: approx Nepal. HEX triplet: 89, AD and BF. RGB value is (137,173,191). Sum of RGB (Red+Green+Blue) = 137+173+191=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #89ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADBF is #765240. Grayscale: #A4A4A4. Windows color (decimal): -7754305 or 12561801. OLE color: 12561801.

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

Color convert

RGB137173191-
CMYK0.280.0900.25
HSL200º29.67%64.31%-
HSV(B)200º28.27%74.9%-
XYZ34.6638.9754.98-
YUV164.29143.07108.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 191 (75% from 255) = 38.12%
R=27.35%
G=34.53%
B=38.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371731910.280.0900.2520029.6764.31
Hex89ADBF1C9019c81e40
Octal211255277341103131036100
Binary10001001101011011011111111100100101100111001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,173,191); }

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

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

 a { background-color: rgb(137,173,191); }

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

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

 span { border-color: rgb(137,173,191); }

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