Html Css Color HEX #9EACB7 Nepal

📋 copy color: '#9EACB7'

red 158 ◦ green 172 ◦ blue 183

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

Shades of Nepal #9EACB7

Tints of Nepal #9EACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 30.8%
G = 33.53%
B = 35.67%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9EACB7 (or 0x9EACB7) is known color: Nepal. HEX triplet: 9E, AC and B7. RGB value is (158,172,183). Sum of RGB (Red+Green+Blue) = 158+172+183=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 183 - color contains mainly: blue. Hex color #9EACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACB7 is #615348. Grayscale: #A9A9A9. Windows color (decimal): -6378313 or 12037278. OLE color: 12037278.

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

Color convert

RGB 158 172 183 -
CMYK 0.14 0.06 0 0.28
HSL 206.4º 0.15% 0.67% -
HSV(B) 206.4º 0.14% 0.72% -
XYZ 37.4 40.19 50.59 -
YUV 169.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 158 172 183 0.14 0.06 0 0.28 206.4 0.15 0.67
Hex 9E AC B7 E 6 0 1C CE F 43
Octal 236 254 267 16 6 0 34 316 17 103
Binary 10011110 10101100 10110111 1110 110 0 11100 11001110 1111 1000011

Color Harmonies of #9EACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACB7

Black with #9EACB7

Text Example


Text Example

White with #9EACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,183); }

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

background-color css

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

 a { background-color: rgb(158,172,183); }

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

border-color css

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

 span { border-color: rgb(158,172,183); }

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