Html Css Color HEX #8FA5BA Nepal

📋 copy color: '#8FA5BA'

red 143 ◦ green 165 ◦ blue 186

#8FA5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #8FA5BA

Tints of Nepal #8FA5BA

RGB

 RED value IS 143 (56.25% from 255) = 28.95%

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 28.95%
G = 33.4%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FA5BA (or 0x8FA5BA) is known color: Nepal. HEX triplet: 8F, A5 and BA. RGB value is (143,165,186). Sum of RGB (Red+Green+Blue) = 143+165+186=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5BA is #705A45. Grayscale: #A0A0A0. Windows color (decimal): -7363142 or 12232079. OLE color: 12232079.

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

Color convert

RGB 143 165 186 -
CMYK 0.23 0.11 0 0.27
HSL 209.3º 0.24% 0.65% -
HSV(B) 209.3º 0.23% 0.73% -
XYZ 33.65 36.3 51.69 -
YUV 160.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 143 165 186 0.23 0.11 0 0.27 209.3 0.24 0.65
Hex 8F A5 BA 17 B 0 1B D1 18 41
Octal 217 245 272 27 13 0 33 321 30 101
Binary 10001111 10100101 10111010 10111 1011 0 11011 11010001 11000 1000001

Color Harmonies of #8FA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA5BA

Black with #8FA5BA

Text Example


Text Example

White with #8FA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FA5BA;
 }
 .AnyTagClassName
 {
   color: #8FA5BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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