#9AB4CA

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

Shades of Nepal #9AB4CA

Tints of Nepal #9AB4CA

Color information

#9AB4CA (or 0x9AB4CA) is unknown color: approx Nepal. HEX triplet: 9A, B4 and CA. RGB value is (154,180,202). Sum of RGB (Red+Green+Blue) = 154+180+202=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4CA is #654B35. Grayscale: #AEAEAE. Windows color (decimal): -6638390 or 13284506. OLE color: 13284506.

HSL color Cylindrical-coordinate representation of color #9AB4CA: hue angle of 207.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB4CA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154180202-
CMYK0.240.1100.21
HSL207.5º31.17%69.8%-
HSV(B)207.5º23.76%79.22%-
XYZ40.3143.7862.2-
YUV174.73143.39113.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=28.73%
G=33.58%
B=37.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541802020.240.1100.21207.531.1769.8
Hex9AB4CA18B015d01f46
Octal232264312301302532037106
Binary10011010101101001100101011000101101010111010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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