#8AAABD

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

Shades of Nepal #8AAABD

Tints of Nepal #8AAABD

Color information

#8AAABD (or 0x8AAABD) is unknown color: approx Nepal. HEX triplet: 8A, AA and BD. RGB value is (138,170,189). Sum of RGB (Red+Green+Blue) = 138+170+189=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAABD is #755542. Grayscale: #A2A2A2. Windows color (decimal): -7689539 or 12429962. OLE color: 12429962.

HSL color Cylindrical-coordinate representation of color #8AAABD: hue angle of 202.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAABD is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138170189-
CMYK0.270.1000.26
HSL202.35º27.87%64.12%-
HSV(B)202.35º26.98%74.12%-
XYZ34.0437.8353.65-
YUV162.6142.9110.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=27.77%
G=34.21%
B=38.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381701890.270.1000.26202.3527.8764.12
Hex8AAABD1BA01Aca1c40
Octal212252275331203231234100
Binary10001010101010101011110111011101001101011001010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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