#9AAEC3

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

Shades of Nepal #9AAEC3

Tints of Nepal #9AAEC3

Color information

#9AAEC3 (or 0x9AAEC3) is unknown color: approx Nepal. HEX triplet: 9A, AE and C3. RGB value is (154,174,195). Sum of RGB (Red+Green+Blue) = 154+174+195=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AAEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEC3 is #65513C. Grayscale: #AAAAAA. Windows color (decimal): -6639933 or 12824218. OLE color: 12824218.

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

Color convert

RGB154174195-
CMYK0.210.1100.24
HSL210.73º25.47%68.43%-
HSV(B)210.73º21.03%76.47%-
XYZ38.3141.0857.54-
YUV170.41141.87116.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=29.45%
G=33.27%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541741950.210.1100.24210.7325.4768.43
Hex9AAEC315B018d31944
Octal232256303251303032331104
Binary10011010101011101100001110101101101100011010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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