#9AAEBB

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

Shades of Nepal #9AAEBB

Tints of Nepal #9AAEBB

Color information

#9AAEBB (or 0x9AAEBB) is unknown color: approx Nepal. HEX triplet: 9A, AE and BB. RGB value is (154,174,187). Sum of RGB (Red+Green+Blue) = 154+174+187=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEBB is #655144. Grayscale: #A9A9A9. Windows color (decimal): -6639941 or 12299930. OLE color: 12299930.

HSL color Cylindrical-coordinate representation of color #9AAEBB: hue angle of 203.64º 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 #9AAEBB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154174187-
CMYK0.180.0700.27
HSL203.64º19.53%66.86%-
HSV(B)203.64º17.65%73.33%-
XYZ37.4340.7352.9-
YUV169.5137.87116.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=29.90%
G=33.79%
B=36.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541741870.180.0700.27203.6419.5366.86
Hex9AAEBB12701Bcc1443
Octal23225627322703331424103
Binary1001101010101110101110111001011101101111001100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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