Html Css Color HEX #9EAEBB Nepal

📋 copy color: '#9EAEBB'

red 158 ◦ green 174 ◦ blue 187

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

Shades of Nepal #9EAEBB

Tints of Nepal #9EAEBB

RGB

 RED value IS 158 (62.11% from 255) = 30.44%

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

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

R = 30.44%
G = 33.53%
B = 36.03%

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

#9EAEBB (or 0x9EAEBB) is known color: Nepal. HEX triplet: 9E, AE and BB. RGB value is (158,174,187). Sum of RGB (Red+Green+Blue) = 158+174+187=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBB is #615144. Grayscale: #AAAAAA. Windows color (decimal): -6377797 or 12299934. OLE color: 12299934.

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

Color convert

RGB 158 174 187 -
CMYK 0.16 0.07 0 0.27
HSL 206.9º 0.18% 0.68% -
HSV(B) 206.9º 0.16% 0.73% -
XYZ 38.21 41.13 52.94 -
YUV 170.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 158 174 187 0.16 0.07 0 0.27 206.9 0.18 0.68
Hex 9E AE BB 10 7 0 1B CF 12 44
Octal 236 256 273 20 7 0 33 317 22 104
Binary 10011110 10101110 10111011 10000 111 0 11011 11001111 10010 1000100

Color Harmonies of #9EAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEBB

Black with #9EAEBB

Text Example


Text Example

White with #9EAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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