#8AAAB9

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

Shades of Nepal #8AAAB9

Tints of Nepal #8AAAB9

Color information

#8AAAB9 (or 0x8AAAB9) is unknown color: approx Nepal. HEX triplet: 8A, AA and B9. RGB value is (138,170,185). Sum of RGB (Red+Green+Blue) = 138+170+185=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAAB9 is #755546. Grayscale: #A2A2A2. Windows color (decimal): -7689543 or 12167818. OLE color: 12167818.

HSL color Cylindrical-coordinate representation of color #8AAAB9: hue angle of 199.15º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AAAB9 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138170185-
CMYK0.250.0800.27
HSL199.15º25.13%63.33%-
HSV(B)199.15º25.41%72.55%-
XYZ33.6137.6651.4-
YUV162.14140.9110.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=27.99%
G=34.48%
B=37.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381701850.250.0800.27199.1525.1363.33
Hex8AAAB919801Bc7193f
Octal21225227131100333073177
Binary1000101010101010101110011100110000110111100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAAB9; }

 p { color: rgb(138,170,185); }

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

<style>
 a { background-color: #8AAAB9; }

 a { background-color: rgb(138,170,185); }

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

<style>
 span { border-color: #8AAAB9; }

 span { border-color: rgb(138,170,185); }

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