Html Css Color HEX #9FABB6 Nepal

📋 copy color: '#9FABB6'

red 159 ◦ green 171 ◦ blue 182

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

Shades of Nepal #9FABB6

Tints of Nepal #9FABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 31.05%
G = 33.4%
B = 35.55%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9FABB6 (or 0x9FABB6) is known color: Nepal. HEX triplet: 9F, AB and B6. RGB value is (159,171,182). Sum of RGB (Red+Green+Blue) = 159+171+182=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #9FABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABB6 is #605449. Grayscale: #A8A8A8. Windows color (decimal): -6313034 or 11971487. OLE color: 11971487.

HSL color Cylindrical-coordinate representation of color #9FABB6: hue angle of 208.7º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FABB6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 171 182 -
CMYK 0.13 0.06 0 0.29
HSL 208.7º 0.14% 0.67% -
HSV(B) 208.7º 0.13% 0.71% -
XYZ 37.3 39.87 49.99 -
YUV 168.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 159 171 182 0.13 0.06 0 0.29 208.7 0.14 0.67
Hex 9F AB B6 D 6 0 1D D1 E 43
Octal 237 253 266 15 6 0 35 321 16 103
Binary 10011111 10101011 10110110 1101 110 0 11101 11010001 1110 1000011

Color Harmonies of #9FABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABB6

Black with #9FABB6

Text Example


Text Example

White with #9FABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,182); }

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

background-color css

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

 a { background-color: rgb(159,171,182); }

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

border-color css

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

 span { border-color: rgb(159,171,182); }

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