Html Css Color HEX #9EACBB Nepal

📋 copy color: '#9EACBB'

red 158 ◦ green 172 ◦ blue 187

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

Shades of Nepal #9EACBB

Tints of Nepal #9EACBB

RGB

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

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

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

R = 30.56%
G = 33.27%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EACBB (or 0x9EACBB) is known color: Nepal. HEX triplet: 9E, AC and BB. RGB value is (158,172,187). Sum of RGB (Red+Green+Blue) = 158+172+187=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACBB is #615344. Grayscale: #A9A9A9. Windows color (decimal): -6378309 or 12299422. OLE color: 12299422.

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

Color convert

RGB 158 172 187 -
CMYK 0.16 0.08 0 0.27
HSL 211.03º 0.18% 0.68% -
HSV(B) 211.03º 0.16% 0.73% -
XYZ 37.82 40.36 52.81 -
YUV 169.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 158 172 187 0.16 0.08 0 0.27 211.03 0.18 0.68
Hex 9E AC BB 10 8 0 1B D3 12 44
Octal 236 254 273 20 10 0 33 323 22 104
Binary 10011110 10101100 10111011 10000 1000 0 11011 11010011 10010 1000100

Color Harmonies of #9EACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACBB

Black with #9EACBB

Text Example


Text Example

White with #9EACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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