#89AAC1

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

Shades of Nepal #89AAC1

Tints of Nepal #89AAC1

Color information

#89AAC1 (or 0x89AAC1) is unknown color: approx Nepal. HEX triplet: 89, AA and C1. RGB value is (137,170,193). Sum of RGB (Red+Green+Blue) = 137+170+193=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #89AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAC1 is #76553E. Grayscale: #A2A2A2. Windows color (decimal): -7755071 or 12692105. OLE color: 12692105.

HSL color Cylindrical-coordinate representation of color #89AAC1: hue angle of 204.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89AAC1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137170193-
CMYK0.290.1200.24
HSL204.64º31.11%64.71%-
HSV(B)204.64º29.02%75.69%-
XYZ34.3237.9255.96-
YUV162.76145.07109.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=27.4%
G=34%
B=38.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371701930.290.1200.24204.6431.1164.71
Hex89AAC11DC018cd1f41
Octal211252301351403031537101
Binary10001001101010101100000111101110001100011001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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