Html Css Color HEX #9EAFBA Nepal

📋 copy color: '#9EAFBA'

red 158 ◦ green 175 ◦ blue 186

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

Shades of Nepal #9EAFBA

Tints of Nepal #9EAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

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

R = 30.44%
G = 33.72%
B = 35.84%

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

#9EAFBA (or 0x9EAFBA) is known color: Nepal. HEX triplet: 9E, AF and BA. RGB value is (158,175,186). Sum of RGB (Red+Green+Blue) = 158+175+186=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBA is #615045. Grayscale: #ABABAB. Windows color (decimal): -6377542 or 12234654. OLE color: 12234654.

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

Color convert

RGB 158 175 186 -
CMYK 0.15 0.06 0 0.27
HSL 203.57º 0.17% 0.67% -
HSV(B) 203.57º 0.15% 0.73% -
XYZ 38.29 41.47 52.44 -
YUV 171.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 158 175 186 0.15 0.06 0 0.27 203.57 0.17 0.67
Hex 9E AF BA F 6 0 1B CC 11 43
Octal 236 257 272 17 6 0 33 314 21 103
Binary 10011110 10101111 10111010 1111 110 0 11011 11001100 10001 1000011

Color Harmonies of #9EAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFBA

Black with #9EAFBA

Text Example


Text Example

White with #9EAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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