#8FA9BA

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

Shades of Nepal #8FA9BA

Tints of Nepal #8FA9BA

Color information

#8FA9BA (or 0x8FA9BA) is unknown color: approx Nepal. HEX triplet: 8F, A9 and BA. RGB value is (143,169,186). Sum of RGB (Red+Green+Blue) = 143+169+186=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9BA is #705645. Grayscale: #A3A3A3. Windows color (decimal): -7362118 or 12233103. OLE color: 12233103.

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

Color convert

RGB143169186-
CMYK0.230.0900.27
HSL203.72º23.76%64.51%-
HSV(B)203.72º23.12%72.94%-
XYZ34.3837.7651.93-
YUV163.16140.89113.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=28.71%
G=33.94%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431691860.230.0900.27203.7223.7664.51
Hex8FA9BA17901Bcc1841
Octal217251272271103331430101
Binary10001111101010011011101010111100101101111001100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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