#9AAFBE

Color #9AAFBE Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9AAFBE

Tints of Nepal #9AAFBE

Color information

#9AAFBE (or 0x9AAFBE) is unknown color: approx Nepal. HEX triplet: 9A, AF and BE. RGB value is (154,175,190). Sum of RGB (Red+Green+Blue) = 154+175+190=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFBE is #655041. Grayscale: #AAAAAA. Windows color (decimal): -6639682 or 12496794. OLE color: 12496794.

HSL color Cylindrical-coordinate representation of color #9AAFBE: hue angle of 205º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAFBE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154175190-
CMYK0.190.0800.25
HSL205º21.69%67.45%-
HSV(B)205º18.95%74.51%-
XYZ37.9541.2554.68-
YUV170.43139.04116.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=29.67%
G=33.72%
B=36.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541751900.190.0800.2520521.6967.45
Hex9AAFBE138019cd1643
Octal232257276231003131526103
Binary10011010101011111011111010011100001100111001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,190); }

 H1.HeaderClassName
 {
   color: #9AAFBE;
 }
 .AnyTagClassName
 {
   color: #9AAFBE;
 }
</style>
background-color css

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

 a { background-color: rgb(154,175,190); }

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

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

 span { border-color: rgb(154,175,190); }

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