#9AABB4

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

Shades of Nepal #9AABB4

Tints of Nepal #9AABB4

Color information

#9AABB4 (or 0x9AABB4) is unknown color: approx Nepal. HEX triplet: 9A, AB and B4. RGB value is (154,171,180). Sum of RGB (Red+Green+Blue) = 154+171+180=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #9AABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABB4 is #65544B. Grayscale: #A6A6A6. Windows color (decimal): -6640716 or 11840410. OLE color: 11840410.

HSL color Cylindrical-coordinate representation of color #9AABB4: hue angle of 200.77º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AABB4 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154171180-
CMYK0.140.0500.29
HSL200.77º14.77%65.49%-
HSV(B)200.77º14.44%70.59%-
XYZ36.1339.2948.86-
YUV166.94135.37118.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=30.50%
G=33.86%
B=35.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541711800.140.0500.29200.7714.7765.49
Hex9AABB4E501Dc9f41
Octal23225326416503531117101
Binary10011010101010111011010011101010111011100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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