#9AAFBB

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

Shades of Nepal #9AAFBB

Tints of Nepal #9AAFBB

Color information

#9AAFBB (or 0x9AAFBB) is unknown color: approx Nepal. HEX triplet: 9A, AF and BB. RGB value is (154,175,187). Sum of RGB (Red+Green+Blue) = 154+175+187=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFBB is #655044. Grayscale: #AAAAAA. Windows color (decimal): -6639685 or 12300186. OLE color: 12300186.

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

Color convert

RGB154175187-
CMYK0.180.0600.27
HSL201.82º19.53%66.86%-
HSV(B)201.82º17.65%73.33%-
XYZ37.6341.1252.97-
YUV170.09137.54116.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=29.84%
G=33.91%
B=36.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541751870.180.0600.27201.8219.5366.86
Hex9AAFBB12601Bca1443
Octal23225727322603331224103
Binary1001101010101111101110111001011001101111001010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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