#8FA8BA

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

Shades of Nepal #8FA8BA

Tints of Nepal #8FA8BA

Color information

#8FA8BA (or 0x8FA8BA) is unknown color: approx Nepal. HEX triplet: 8F, A8 and BA. RGB value is (143,168,186). Sum of RGB (Red+Green+Blue) = 143+168+186=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8BA is #705745. Grayscale: #A2A2A2. Windows color (decimal): -7362374 or 12232847. OLE color: 12232847.

HSL color Cylindrical-coordinate representation of color #8FA8BA: hue angle of 205.12º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA8BA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143168186-
CMYK0.230.1000.27
HSL205.12º23.76%64.51%-
HSV(B)205.12º23.12%72.94%-
XYZ34.1937.3951.87-
YUV162.58141.22114.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=28.77%
G=33.80%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431681860.230.1000.27205.1223.7664.51
Hex8FA8BA17A01Bcd1841
Octal217250272271203331530101
Binary10001111101010001011101010111101001101111001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,186); }

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

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

 a { background-color: rgb(143,168,186); }

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

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

 span { border-color: rgb(143,168,186); }

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