Html Css Color HEX #9EAFBD Nepal

📋 copy color: '#9EAFBD'

red 158 ◦ green 175 ◦ blue 189

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

Shades of Nepal #9EAFBD

Tints of Nepal #9EAFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.52%

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 30.27%
G = 33.52%
B = 36.21%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EAFBD (or 0x9EAFBD) is known color: Nepal. HEX triplet: 9E, AF and BD. RGB value is (158,175,189). Sum of RGB (Red+Green+Blue) = 158+175+189=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBD is #615042. Grayscale: #ABABAB. Windows color (decimal): -6377539 or 12431262. OLE color: 12431262.

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

Color convert

RGB 158 175 189 -
CMYK 0.16 0.07 0 0.26
HSL 207.1º 0.19% 0.68% -
HSV(B) 207.1º 0.16% 0.74% -
XYZ 38.62 41.6 54.14 -
YUV 171.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 158 175 189 0.16 0.07 0 0.26 207.1 0.19 0.68
Hex 9E AF BD 10 7 0 1A CF 13 44
Octal 236 257 275 20 7 0 32 317 23 104
Binary 10011110 10101111 10111101 10000 111 0 11010 11001111 10011 1000100

Color Harmonies of #9EAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFBD

Black with #9EAFBD

Text Example


Text Example

White with #9EAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,175,189); }

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

background-color css

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

 a { background-color: rgb(158,175,189); }

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

border-color css

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

 span { border-color: rgb(158,175,189); }

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