Html Css Color HEX #9EADBB Nepal

📋 copy color: '#9EADBB'

red 158 ◦ green 173 ◦ blue 187

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

Shades of Nepal #9EADBB

Tints of Nepal #9EADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 30.5%
G = 33.4%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EADBB (or 0x9EADBB) is known color: Nepal. HEX triplet: 9E, AD and BB. RGB value is (158,173,187). Sum of RGB (Red+Green+Blue) = 158+173+187=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADBB is #615244. Grayscale: #AAAAAA. Windows color (decimal): -6378053 or 12299678. OLE color: 12299678.

HSL color Cylindrical-coordinate representation of color #9EADBB: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EADBB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 173 187 -
CMYK 0.16 0.07 0 0.27
HSL 208.97º 0.18% 0.68% -
HSV(B) 208.97º 0.16% 0.73% -
XYZ 38.01 40.74 52.87 -
YUV 170.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 158 173 187 0.16 0.07 0 0.27 208.97 0.18 0.68
Hex 9E AD BB 10 7 0 1B D1 12 44
Octal 236 255 273 20 7 0 33 321 22 104
Binary 10011110 10101101 10111011 10000 111 0 11011 11010001 10010 1000100

Color Harmonies of #9EADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADBB

Black with #9EADBB

Text Example


Text Example

White with #9EADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,187); }

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

background-color css

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

 a { background-color: rgb(158,173,187); }

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

border-color css

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

 span { border-color: rgb(158,173,187); }

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