Html Css Color HEX #9DB0BA Nepal

📋 copy color: '#9DB0BA'

red 157 ◦ green 176 ◦ blue 186

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

Shades of Nepal #9DB0BA

Tints of Nepal #9DB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

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

R = 30.25%
G = 33.91%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DB0BA (or 0x9DB0BA) is known color: Nepal. HEX triplet: 9D, B0 and BA. RGB value is (157,176,186). Sum of RGB (Red+Green+Blue) = 157+176+186=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0BA is #624F45. Grayscale: #ABABAB. Windows color (decimal): -6442822 or 12234909. OLE color: 12234909.

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

Color convert

RGB 157 176 186 -
CMYK 0.16 0.05 0 0.27
HSL 200.69º 0.17% 0.67% -
HSV(B) 200.69º 0.16% 0.73% -
XYZ 38.29 41.76 52.5 -
YUV 171.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 157 176 186 0.16 0.05 0 0.27 200.69 0.17 0.67
Hex 9D B0 BA 10 5 0 1B C9 11 43
Octal 235 260 272 20 5 0 33 311 21 103
Binary 10011101 10110000 10111010 10000 101 0 11011 11001001 10001 1000011

Color Harmonies of #9DB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB0BA

Black with #9DB0BA

Text Example


Text Example

White with #9DB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,176,186); }

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

background-color css

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

 a { background-color: rgb(157,176,186); }

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

border-color css

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

 span { border-color: rgb(157,176,186); }

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