#9AB6CA

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

Shades of Nepal #9AB6CA

Tints of Nepal #9AB6CA

Color information

#9AB6CA (or 0x9AB6CA) is unknown color: approx Nepal. HEX triplet: 9A, B6 and CA. RGB value is (154,182,202). Sum of RGB (Red+Green+Blue) = 154+182+202=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB6CA is #654935. Grayscale: #AFAFAF. Windows color (decimal): -6637878 or 13285018. OLE color: 13285018.

HSL color Cylindrical-coordinate representation of color #9AB6CA: hue angle of 205º 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 #9AB6CA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154182202-
CMYK0.240.1000.21
HSL205º31.17%69.8%-
HSV(B)205º23.76%79.22%-
XYZ40.7244.5962.34-
YUV175.91142.72112.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=28.62%
G=33.83%
B=37.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541822020.240.1000.2120531.1769.8
Hex9AB6CA18A015cd1f46
Octal232266312301202531537106
Binary10011010101101101100101011000101001010111001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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