Html Css Color HEX #9EAEBF Nepal

📋 copy color: '#9EAEBF'

red 158 ◦ green 174 ◦ blue 191

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

Shades of Nepal #9EAEBF

Tints of Nepal #9EAEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 30.21%
G = 33.27%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EAEBF (or 0x9EAEBF) is known color: Nepal. HEX triplet: 9E, AE and BF. RGB value is (158,174,191). Sum of RGB (Red+Green+Blue) = 158+174+191=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBF is #615140. Grayscale: #ABABAB. Windows color (decimal): -6377793 or 12562078. OLE color: 12562078.

HSL color Cylindrical-coordinate representation of color #9EAEBF: hue angle of 210.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EAEBF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 174 191 -
CMYK 0.17 0.09 0 0.25
HSL 210.91º 0.2% 0.68% -
HSV(B) 210.91º 0.17% 0.75% -
XYZ 38.64 41.3 55.23 -
YUV 171.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 158 174 191 0.17 0.09 0 0.25 210.91 0.2 0.68
Hex 9E AE BF 11 9 0 19 D3 14 44
Octal 236 256 277 21 11 0 31 323 24 104
Binary 10011110 10101110 10111111 10001 1001 0 11001 11010011 10100 1000100

Color Harmonies of #9EAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEBF

Black with #9EAEBF

Text Example


Text Example

White with #9EAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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