#9AACBB

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

Shades of Nepal #9AACBB

Tints of Nepal #9AACBB

Color information

#9AACBB (or 0x9AACBB) is unknown color: approx Nepal. HEX triplet: 9A, AC and BB. RGB value is (154,172,187). Sum of RGB (Red+Green+Blue) = 154+172+187=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACBB is #655344. Grayscale: #A8A8A8. Windows color (decimal): -6640453 or 12299418. OLE color: 12299418.

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

Color convert

RGB154172187-
CMYK0.180.0800.27
HSL207.27º19.53%66.86%-
HSV(B)207.27º17.65%73.33%-
XYZ37.0539.9652.77-
YUV168.33138.54117.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=30.02%
G=33.53%
B=36.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541721870.180.0800.27207.2719.5366.86
Hex9AACBB12801Bcf1443
Octal232254273221003331724103
Binary10011010101011001011101110010100001101111001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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