#89ABC0

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

Shades of Nepal #89ABC0

Tints of Nepal #89ABC0

Color information

#89ABC0 (or 0x89ABC0) is unknown color: approx Nepal. HEX triplet: 89, AB and C0. RGB value is (137,171,192). Sum of RGB (Red+Green+Blue) = 137+171+192=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #89ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABC0 is #76543F. Grayscale: #A3A3A3. Windows color (decimal): -7754816 or 12626825. OLE color: 12626825.

HSL color Cylindrical-coordinate representation of color #89ABC0: hue angle of 202.91º 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 #89ABC0 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137171192-
CMYK0.290.1100.25
HSL202.91º30.39%64.51%-
HSV(B)202.91º28.65%75.29%-
XYZ34.3938.2555.44-
YUV163.23144.24109.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=27.4%
G=34.2%
B=38.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371711920.290.1100.25202.9130.3964.51
Hex89ABC01DB019cb1e41
Octal211253300351303131336101
Binary10001001101010111100000011101101101100111001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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