Html Css Color HEX #9DAEBB Nepal

📋 copy color: '#9DAEBB'

red 157 ◦ green 174 ◦ blue 187

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

Shades of Nepal #9DAEBB

Tints of Nepal #9DAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 30.31%
G = 33.59%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DAEBB (or 0x9DAEBB) is known color: Nepal. HEX triplet: 9D, AE and BB. RGB value is (157,174,187). Sum of RGB (Red+Green+Blue) = 157+174+187=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBB is #625144. Grayscale: #AAAAAA. Windows color (decimal): -6443333 or 12299933. OLE color: 12299933.

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

Color convert

RGB 157 174 187 -
CMYK 0.16 0.07 0 0.27
HSL 206º 0.18% 0.67% -
HSV(B) 206º 0.16% 0.73% -
XYZ 38.01 41.03 52.93 -
YUV 170.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 157 174 187 0.16 0.07 0 0.27 206 0.18 0.67
Hex 9D AE BB 10 7 0 1B CE 12 43
Octal 235 256 273 20 7 0 33 316 22 103
Binary 10011101 10101110 10111011 10000 111 0 11011 11001110 10010 1000011

Color Harmonies of #9DAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEBB

Black with #9DAEBB

Text Example


Text Example

White with #9DAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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