#97AEC3

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

Shades of Nepal #97AEC3

Tints of Nepal #97AEC3

Color information

#97AEC3 (or 0x97AEC3) is unknown color: approx Nepal. HEX triplet: 97, AE and C3. RGB value is (151,174,195). Sum of RGB (Red+Green+Blue) = 151+174+195=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #97AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEC3 is #68513C. Grayscale: #A9A9A9. Windows color (decimal): -6836541 or 12824215. OLE color: 12824215.

HSL color Cylindrical-coordinate representation of color #97AEC3: hue angle of 208.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97AEC3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151174195-
CMYK0.230.1100.24
HSL208.64º26.83%67.84%-
HSV(B)208.64º22.56%76.47%-
XYZ37.7540.7957.51-
YUV169.52142.38114.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=29.04%
G=33.46%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511741950.230.1100.24208.6426.8367.84
Hex97AEC317B018d11b44
Octal227256303271303032133104
Binary10010111101011101100001110111101101100011010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AEC3; }

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

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

<style>
 a { background-color: #97AEC3; }

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

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

<style>
 span { border-color: #97AEC3; }

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

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