#8AA8BD

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

Shades of Nepal #8AA8BD

Tints of Nepal #8AA8BD

Color information

#8AA8BD (or 0x8AA8BD) is unknown color: approx Nepal. HEX triplet: 8A, A8 and BD. RGB value is (138,168,189). Sum of RGB (Red+Green+Blue) = 138+168+189=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8BD is #755742. Grayscale: #A1A1A1. Windows color (decimal): -7690051 or 12429450. OLE color: 12429450.

HSL color Cylindrical-coordinate representation of color #8AA8BD: hue angle of 204.71º 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 #8AA8BD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138168189-
CMYK0.270.1100.26
HSL204.71º27.87%64.12%-
HSV(B)204.71º26.98%74.12%-
XYZ33.6737.0853.53-
YUV161.42143.56111.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=27.88%
G=33.94%
B=38.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381681890.270.1100.26204.7127.8764.12
Hex8AA8BD1BB01Acd1c40
Octal212250275331303231534100
Binary10001010101010001011110111011101101101011001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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