Html Css Color HEX #9EAFBC Nepal

📋 copy color: '#9EAFBC'

red 158 ◦ green 175 ◦ blue 188

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

Shades of Nepal #9EAFBC

Tints of Nepal #9EAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 30.33%
G = 33.59%
B = 36.08%

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

#9EAFBC (or 0x9EAFBC) is known color: Nepal. HEX triplet: 9E, AF and BC. RGB value is (158,175,188). Sum of RGB (Red+Green+Blue) = 158+175+188=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBC is #615043. Grayscale: #ABABAB. Windows color (decimal): -6377540 or 12365726. OLE color: 12365726.

HSL color Cylindrical-coordinate representation of color #9EAFBC: hue angle of 206º degrees, saturation: 0.18, 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 #9EAFBC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 175 188 -
CMYK 0.16 0.07 0 0.26
HSL 206º 0.18% 0.68% -
HSV(B) 206º 0.16% 0.74% -
XYZ 38.51 41.56 53.57 -
YUV 171.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 158 175 188 0.16 0.07 0 0.26 206 0.18 0.68
Hex 9E AF BC 10 7 0 1A CE 12 44
Octal 236 257 274 20 7 0 32 316 22 104
Binary 10011110 10101111 10111100 10000 111 0 11010 11001110 10010 1000100

Color Harmonies of #9EAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFBC

Black with #9EAFBC

Text Example


Text Example

White with #9EAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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