Html Css Color HEX #9DAEBA Nepal

📋 copy color: '#9DAEBA'

red 157 ◦ green 174 ◦ blue 186

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

Shades of Nepal #9DAEBA

Tints of Nepal #9DAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.66%

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

R = 30.37%
G = 33.66%
B = 35.98%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DAEBA (or 0x9DAEBA) is known color: Nepal. HEX triplet: 9D, AE and BA. RGB value is (157,174,186). Sum of RGB (Red+Green+Blue) = 157+174+186=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBA is #625145. Grayscale: #AAAAAA. Windows color (decimal): -6443334 or 12234397. OLE color: 12234397.

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

Color convert

RGB 157 174 186 -
CMYK 0.16 0.06 0 0.27
HSL 204.83º 0.17% 0.67% -
HSV(B) 204.83º 0.16% 0.73% -
XYZ 37.9 40.99 52.37 -
YUV 170.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 157 174 186 0.16 0.06 0 0.27 204.83 0.17 0.67
Hex 9D AE BA 10 6 0 1B CD 11 43
Octal 235 256 272 20 6 0 33 315 21 103
Binary 10011101 10101110 10111010 10000 110 0 11011 11001101 10001 1000011

Color Harmonies of #9DAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEBA

Black with #9DAEBA

Text Example


Text Example

White with #9DAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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