#9AAEC2

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

Shades of Nepal #9AAEC2

Tints of Nepal #9AAEC2

Color information

#9AAEC2 (or 0x9AAEC2) is unknown color: approx Nepal. HEX triplet: 9A, AE and C2. RGB value is (154,174,194). Sum of RGB (Red+Green+Blue) = 154+174+194=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #9AAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEC2 is #65513D. Grayscale: #AAAAAA. Windows color (decimal): -6639934 or 12758682. OLE color: 12758682.

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

Color convert

RGB154174194-
CMYK0.210.1000.24
HSL210º24.69%68.24%-
HSV(B)210º20.62%76.08%-
XYZ38.241.0456.95-
YUV170.3141.37116.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=29.50%
G=33.33%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541741940.210.1000.2421024.6968.24
Hex9AAEC215A018d21944
Octal232256302251203032231104
Binary10011010101011101100001010101101001100011010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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