#9AB4C3

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

Shades of Nepal #9AB4C3

Tints of Nepal #9AB4C3

Color information

#9AB4C3 (or 0x9AB4C3) is unknown color: approx Nepal. HEX triplet: 9A, B4 and C3. RGB value is (154,180,195). Sum of RGB (Red+Green+Blue) = 154+180+195=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AB4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4C3 is #654B3C. Grayscale: #ADADAD. Windows color (decimal): -6638397 or 12825754. OLE color: 12825754.

HSL color Cylindrical-coordinate representation of color #9AB4C3: hue angle of 201.95º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB4C3 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154180195-
CMYK0.210.0800.24
HSL201.95º25.47%68.43%-
HSV(B)201.95º21.03%76.47%-
XYZ39.543.4557.94-
YUV173.94139.89113.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=29.11%
G=34.03%
B=36.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541801950.210.0800.24201.9525.4768.43
Hex9AB4C3158018ca1944
Octal232264303251003031231104
Binary10011010101101001100001110101100001100011001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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