Html Css Color HEX #9FAEBA Nepal

📋 copy color: '#9FAEBA'

red 159 ◦ green 174 ◦ blue 186

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

Shades of Nepal #9FAEBA

Tints of Nepal #9FAEBA

RGB

 RED value IS 159 (62.5% from 255) = 30.64%

 GREEN value IS 174 (68.36% from 255) = 33.53%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 30.64%
G = 33.53%
B = 35.84%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FAEBA (or 0x9FAEBA) is known color: Nepal. HEX triplet: 9F, AE and BA. RGB value is (159,174,186). Sum of RGB (Red+Green+Blue) = 159+174+186=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBA is #605145. Grayscale: #AAAAAA. Windows color (decimal): -6312262 or 12234399. OLE color: 12234399.

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

Color convert

RGB 159 174 186 -
CMYK 0.15 0.06 0 0.27
HSL 206.67º 0.16% 0.68% -
HSV(B) 206.67º 0.15% 0.73% -
XYZ 38.3 41.19 52.39 -
YUV 170.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 159 174 186 0.15 0.06 0 0.27 206.67 0.16 0.68
Hex 9F AE BA F 6 0 1B CF 10 44
Octal 237 256 272 17 6 0 33 317 20 104
Binary 10011111 10101110 10111010 1111 110 0 11011 11001111 10000 1000100

Color Harmonies of #9FAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEBA

Black with #9FAEBA

Text Example


Text Example

White with #9FAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,186); }

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

background-color css

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

 a { background-color: rgb(159,174,186); }

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

border-color css

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

 span { border-color: rgb(159,174,186); }

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