Html Css Color HEX #9EAEBA Nepal

📋 copy color: '#9EAEBA'

red 158 ◦ green 174 ◦ blue 186

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

Shades of Nepal #9EAEBA

Tints of Nepal #9EAEBA

RGB

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

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

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

R = 30.5%
G = 33.59%
B = 35.91%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EAEBA (or 0x9EAEBA) is known color: Nepal. HEX triplet: 9E, AE and BA. RGB value is (158,174,186). Sum of RGB (Red+Green+Blue) = 158+174+186=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBA is #615145. Grayscale: #AAAAAA. Windows color (decimal): -6377798 or 12234398. OLE color: 12234398.

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

Color convert

RGB 158 174 186 -
CMYK 0.15 0.06 0 0.27
HSL 205.71º 0.17% 0.67% -
HSV(B) 205.71º 0.15% 0.73% -
XYZ 38.1 41.09 52.38 -
YUV 170.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 158 174 186 0.15 0.06 0 0.27 205.71 0.17 0.67
Hex 9E AE BA F 6 0 1B CE 11 43
Octal 236 256 272 17 6 0 33 316 21 103
Binary 10011110 10101110 10111010 1111 110 0 11011 11001110 10001 1000011

Color Harmonies of #9EAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEBA

Black with #9EAEBA

Text Example


Text Example

White with #9EAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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