Html Css Color HEX #9EAFBB Nepal

📋 copy color: '#9EAFBB'

red 158 ◦ green 175 ◦ blue 187

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

Shades of Nepal #9EAFBB

Tints of Nepal #9EAFBB

RGB

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

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

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

R = 30.38%
G = 33.65%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EAFBB (or 0x9EAFBB) is known color: Nepal. HEX triplet: 9E, AF and BB. RGB value is (158,175,187). Sum of RGB (Red+Green+Blue) = 158+175+187=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBB is #615044. Grayscale: #ABABAB. Windows color (decimal): -6377541 or 12300190. OLE color: 12300190.

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

Color convert

RGB 158 175 187 -
CMYK 0.16 0.06 0 0.27
HSL 204.83º 0.18% 0.68% -
HSV(B) 204.83º 0.16% 0.73% -
XYZ 38.4 41.52 53 -
YUV 171.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 158 175 187 0.16 0.06 0 0.27 204.83 0.18 0.68
Hex 9E AF BB 10 6 0 1B CD 12 44
Octal 236 257 273 20 6 0 33 315 22 104
Binary 10011110 10101111 10111011 10000 110 0 11011 11001101 10010 1000100

Color Harmonies of #9EAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFBB

Black with #9EAFBB

Text Example


Text Example

White with #9EAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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