Html Css Color HEX #9DACB5 Nepal

📋 copy color: '#9DACB5'

red 157 ◦ green 172 ◦ blue 181

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

Shades of Nepal #9DACB5

Tints of Nepal #9DACB5

RGB

 RED value IS 157 (61.72% from 255) = 30.78%

 GREEN value IS 172 (67.58% from 255) = 33.73%

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 30.78%
G = 33.73%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9DACB5 (or 0x9DACB5) is known color: Nepal. HEX triplet: 9D, AC and B5. RGB value is (157,172,181). Sum of RGB (Red+Green+Blue) = 157+172+181=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #9DACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACB5 is #62534A. Grayscale: #A8A8A8. Windows color (decimal): -6443851 or 11906205. OLE color: 11906205.

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

Color convert

RGB 157 172 181 -
CMYK 0.13 0.05 0 0.29
HSL 202.5º 0.14% 0.66% -
HSV(B) 202.5º 0.13% 0.71% -
XYZ 37 40.01 49.49 -
YUV 168.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 157 172 181 0.13 0.05 0 0.29 202.5 0.14 0.66
Hex 9D AC B5 D 5 0 1D CA E 42
Octal 235 254 265 15 5 0 35 312 16 102
Binary 10011101 10101100 10110101 1101 101 0 11101 11001010 1110 1000010

Color Harmonies of #9DACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACB5

Black with #9DACB5

Text Example


Text Example

White with #9DACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,181); }

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

background-color css

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

 a { background-color: rgb(157,172,181); }

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

border-color css

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

 span { border-color: rgb(157,172,181); }

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