Html Css Color HEX #9FAFBA Nepal

📋 copy color: '#9FAFBA'

red 159 ◦ green 175 ◦ blue 186

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

Shades of Nepal #9FAFBA

Tints of Nepal #9FAFBA

RGB

 RED value IS 159 (62.5% from 255) = 30.58%

 GREEN value IS 175 (68.75% from 255) = 33.65%

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

R = 30.58%
G = 33.65%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FAFBA (or 0x9FAFBA) is known color: Nepal. HEX triplet: 9F, AF and BA. RGB value is (159,175,186). Sum of RGB (Red+Green+Blue) = 159+175+186=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFBA is #605045. Grayscale: #ABABAB. Windows color (decimal): -6312006 or 12234655. OLE color: 12234655.

HSL color Cylindrical-coordinate representation of color #9FAFBA: hue angle of 204.44º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FAFBA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 175 186 -
CMYK 0.15 0.06 0 0.27
HSL 204.44º 0.16% 0.68% -
HSV(B) 204.44º 0.15% 0.73% -
XYZ 38.49 41.58 52.45 -
YUV 171.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 159 175 186 0.15 0.06 0 0.27 204.44 0.16 0.68
Hex 9F AF BA F 6 0 1B CC 10 44
Octal 237 257 272 17 6 0 33 314 20 104
Binary 10011111 10101111 10111010 1111 110 0 11011 11001100 10000 1000100

Color Harmonies of #9FAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFBA

Black with #9FAFBA

Text Example


Text Example

White with #9FAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FAFBA; }

 p { color: rgb(159,175,186); }

 H1.HeaderClassName
 {
   color: #9FAFBA;
 }
 .AnyTagClassName
 {
   color: #9FAFBA;
 }
</style>

background-color css

<style>
 a { background-color: #9FAFBA; }

 a { background-color: rgb(159,175,186); }

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

border-color css

<style>
 span { border-color: #9FAFBA; }

 span { border-color: rgb(159,175,186); }

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