#9AAFC2

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

Shades of Nepal #9AAFC2

Tints of Nepal #9AAFC2

Color information

#9AAFC2 (or 0x9AAFC2) is unknown color: approx Nepal. HEX triplet: 9A, AF and C2. RGB value is (154,175,194). Sum of RGB (Red+Green+Blue) = 154+175+194=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #9AAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFC2 is #65503D. Grayscale: #AAAAAA. Windows color (decimal): -6639678 or 12758938. OLE color: 12758938.

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

Color convert

RGB154175194-
CMYK0.210.1000.24
HSL208.5º24.69%68.24%-
HSV(B)208.5º20.62%76.08%-
XYZ38.3941.4357.01-
YUV170.89141.04115.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=29.45%
G=33.46%
B=37.09%

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
Decimal1541751940.210.1000.24208.524.6968.24
Hex9AAFC215A018d01944
Octal232257302251203032031104
Binary10011010101011111100001010101101001100011010000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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