#89ADC0

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

Shades of Nepal #89ADC0

Tints of Nepal #89ADC0

Color information

#89ADC0 (or 0x89ADC0) is unknown color: approx Nepal. HEX triplet: 89, AD and C0. RGB value is (137,173,192). Sum of RGB (Red+Green+Blue) = 137+173+192=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #89ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADC0 is #76523F. Grayscale: #A4A4A4. Windows color (decimal): -7754304 or 12627337. OLE color: 12627337.

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

Color convert

RGB137173192-
CMYK0.290.1000.25
HSL200.73º30.39%64.51%-
HSV(B)200.73º28.65%75.29%-
XYZ34.7739.0155.57-
YUV164.4143.57108.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=27.29%
G=34.46%
B=38.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371731920.290.1000.25200.7330.3964.51
Hex89ADC01DA019c91e41
Octal211255300351203131136101
Binary10001001101011011100000011101101001100111001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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