Html Css Color HEX #9EABB6 Nepal

📋 copy color: '#9EABB6'

red 158 ◦ green 171 ◦ blue 182

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

Shades of Nepal #9EABB6

Tints of Nepal #9EABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.62%

R = 30.92%
G = 33.46%
B = 35.62%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9EABB6 (or 0x9EABB6) is known color: Nepal. HEX triplet: 9E, AB and B6. RGB value is (158,171,182). Sum of RGB (Red+Green+Blue) = 158+171+182=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #9EABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABB6 is #615449. Grayscale: #A8A8A8. Windows color (decimal): -6378570 or 11971486. OLE color: 11971486.

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

Color convert

RGB 158 171 182 -
CMYK 0.13 0.06 0 0.29
HSL 207.5º 0.14% 0.67% -
HSV(B) 207.5º 0.13% 0.71% -
XYZ 37.11 39.77 49.98 -
YUV 168.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 158 171 182 0.13 0.06 0 0.29 207.5 0.14 0.67
Hex 9E AB B6 D 6 0 1D D0 E 43
Octal 236 253 266 15 6 0 35 320 16 103
Binary 10011110 10101011 10110110 1101 110 0 11101 11010000 1110 1000011

Color Harmonies of #9EABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABB6

Black with #9EABB6

Text Example


Text Example

White with #9EABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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