#97AEC5

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

Shades of Nepal #97AEC5

Tints of Nepal #97AEC5

Color information

#97AEC5 (or 0x97AEC5) is unknown color: approx Nepal. HEX triplet: 97, AE and C5. RGB value is (151,174,197). Sum of RGB (Red+Green+Blue) = 151+174+197=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #97AEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEC5 is #68513A. Grayscale: #A9A9A9. Windows color (decimal): -6836539 or 12955287. OLE color: 12955287.

HSL color Cylindrical-coordinate representation of color #97AEC5: hue angle of 210º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97AEC5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151174197-
CMYK0.230.1200.23
HSL210º28.4%68.24%-
HSV(B)210º23.35%77.25%-
XYZ37.9840.8858.71-
YUV169.74143.38114.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.93%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=28.93%
G=33.33%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511741970.230.1200.2321028.468.24
Hex97AEC517C017d21c44
Octal227256305271402732234104
Binary10010111101011101100010110111110001011111010010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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