#9AAFC3

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

Shades of Nepal #9AAFC3

Tints of Nepal #9AAFC3

Color information

#9AAFC3 (or 0x9AAFC3) is unknown color: approx Nepal. HEX triplet: 9A, AF and C3. RGB value is (154,175,195). Sum of RGB (Red+Green+Blue) = 154+175+195=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFC3 is #65503C. Grayscale: #AAAAAA. Windows color (decimal): -6639677 or 12824474. OLE color: 12824474.

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

Color convert

RGB154175195-
CMYK0.210.1000.24
HSL209.27º25.47%68.43%-
HSV(B)209.27º21.03%76.47%-
XYZ38.5141.4757.6-
YUV171141.54115.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=29.39%
G=33.40%
B=37.21%

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
Decimal1541751950.210.1000.24209.2725.4768.43
Hex9AAFC315A018d11944
Octal232257303251203032131104
Binary10011010101011111100001110101101001100011010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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