Html Css Color HEX #9EABB3 Nepal

📋 copy color: '#9EABB3'

red 158 ◦ green 171 ◦ blue 179

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

Shades of Nepal #9EABB3

Tints of Nepal #9EABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 31.1%
G = 33.66%
B = 35.24%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9EABB3 (or 0x9EABB3) is known color: Nepal. HEX triplet: 9E, AB and B3. RGB value is (158,171,179). Sum of RGB (Red+Green+Blue) = 158+171+179=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #9EABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABB3 is #61544C. Grayscale: #A7A7A7. Windows color (decimal): -6378573 or 11774878. OLE color: 11774878.

HSL color Cylindrical-coordinate representation of color #9EABB3: hue angle of 202.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EABB3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 171 179 -
CMYK 0.12 0.04 0 0.30
HSL 202.86º 0.12% 0.66% -
HSV(B) 202.86º 0.12% 0.7% -
XYZ 36.8 39.65 48.36 -
YUV 168.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 158 171 179 0.12 0.04 0 0.30 202.86 0.12 0.66
Hex 9E AB B3 C 4 0 1E CB C 42
Octal 236 253 263 14 4 0 36 313 14 102
Binary 10011110 10101011 10110011 1100 100 0 11110 11001011 1100 1000010

Color Harmonies of #9EABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABB3

Black with #9EABB3

Text Example


Text Example

White with #9EABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,171,179); }

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

background-color css

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

 a { background-color: rgb(158,171,179); }

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

border-color css

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

 span { border-color: rgb(158,171,179); }

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