Html Css Color HEX #9DADB6 Nepal

📋 copy color: '#9DADB6'

red 157 ◦ green 173 ◦ blue 182

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

Shades of Nepal #9DADB6

Tints of Nepal #9DADB6

RGB

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

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

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

R = 30.66%
G = 33.79%
B = 35.55%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9DADB6 (or 0x9DADB6) is known color: Nepal. HEX triplet: 9D, AD and B6. RGB value is (157,173,182). Sum of RGB (Red+Green+Blue) = 157+173+182=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 173 (67.97% from 255 or 33.79% 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 #9DADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADB6 is #625249. Grayscale: #A9A9A9. Windows color (decimal): -6443594 or 11971997. OLE color: 11971997.

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

Color convert

RGB 157 173 182 -
CMYK 0.14 0.05 0 0.29
HSL 201.6º 0.15% 0.66% -
HSV(B) 201.6º 0.14% 0.71% -
XYZ 37.29 40.43 50.09 -
YUV 169.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 157 173 182 0.14 0.05 0 0.29 201.6 0.15 0.66
Hex 9D AD B6 E 5 0 1D CA F 42
Octal 235 255 266 16 5 0 35 312 17 102
Binary 10011101 10101101 10110110 1110 101 0 11101 11001010 1111 1000010

Color Harmonies of #9DADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADB6

Black with #9DADB6

Text Example


Text Example

White with #9DADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,173,182); }

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

background-color css

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

 a { background-color: rgb(157,173,182); }

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

border-color css

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

 span { border-color: rgb(157,173,182); }

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