#9AAFBA

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

Shades of Nepal #9AAFBA

Tints of Nepal #9AAFBA

Color information

#9AAFBA (or 0x9AAFBA) is unknown color: approx Nepal. HEX triplet: 9A, AF and BA. RGB value is (154,175,186). Sum of RGB (Red+Green+Blue) = 154+175+186=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFBA is #655045. Grayscale: #A9A9A9. Windows color (decimal): -6639686 or 12234650. OLE color: 12234650.

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

Color convert

RGB154175186-
CMYK0.170.0600.27
HSL200.62º18.82%66.67%-
HSV(B)200.62º17.2%72.94%-
XYZ37.5241.0852.41-
YUV169.98137.04116.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=29.90%
G=33.98%
B=36.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541751860.170.0600.27200.6218.8266.67
Hex9AAFBA11601Bc91343
Octal23225727221603331123103
Binary1001101010101111101110101000111001101111001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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