Html Css Color HEX #9FADBA Nepal

📋 copy color: '#9FADBA'

red 159 ◦ green 173 ◦ blue 186

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

Shades of Nepal #9FADBA

Tints of Nepal #9FADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

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

R = 30.69%
G = 33.4%
B = 35.91%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FADBA (or 0x9FADBA) is known color: Nepal. HEX triplet: 9F, AD and BA. RGB value is (159,173,186). Sum of RGB (Red+Green+Blue) = 159+173+186=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADBA is #605245. Grayscale: #AAAAAA. Windows color (decimal): -6312518 or 12234143. OLE color: 12234143.

HSL color Cylindrical-coordinate representation of color #9FADBA: hue angle of 208.89º 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 #9FADBA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 173 186 -
CMYK 0.15 0.07 0 0.27
HSL 208.89º 0.16% 0.68% -
HSV(B) 208.89º 0.15% 0.73% -
XYZ 38.1 40.8 52.32 -
YUV 170.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 159 173 186 0.15 0.07 0 0.27 208.89 0.16 0.68
Hex 9F AD BA F 7 0 1B D1 10 44
Octal 237 255 272 17 7 0 33 321 20 104
Binary 10011111 10101101 10111010 1111 111 0 11011 11010001 10000 1000100

Color Harmonies of #9FADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADBA

Black with #9FADBA

Text Example


Text Example

White with #9FADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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