#9AB4BF

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

Shades of Nepal #9AB4BF

Tints of Nepal #9AB4BF

Color information

#9AB4BF (or 0x9AB4BF) is unknown color: approx Nepal. HEX triplet: 9A, B4 and BF. RGB value is (154,180,191). Sum of RGB (Red+Green+Blue) = 154+180+191=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AB4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4BF is #654B40. Grayscale: #ADADAD. Windows color (decimal): -6638401 or 12563610. OLE color: 12563610.

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

Color convert

RGB154180191-
CMYK0.190.0600.25
HSL197.84º22.42%67.65%-
HSV(B)197.84º19.37%74.9%-
XYZ39.0543.2755.58-
YUV173.48137.89114.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 36.38%
R=29.33%
G=34.29%
B=36.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541801910.190.0600.25197.8422.4267.65
Hex9AB4BF136019c61644
Octal23226427723603130626104
Binary1001101010110100101111111001111001100111000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,191); }

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

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

 a { background-color: rgb(154,180,191); }

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

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

 span { border-color: rgb(154,180,191); }

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