#97A8B4

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

Shades of Nepal #97A8B4

Tints of Nepal #97A8B4

Color information

#97A8B4 (or 0x97A8B4) is unknown color: approx Nepal. HEX triplet: 97, A8 and B4. RGB value is (151,168,180). Sum of RGB (Red+Green+Blue) = 151+168+180=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #97A8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A8B4 is #68574B. Grayscale: #A4A4A4. Windows color (decimal): -6838092 or 11839639. OLE color: 11839639.

HSL color Cylindrical-coordinate representation of color #97A8B4: hue angle of 204.83º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97A8B4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151168180-
CMYK0.160.0700.29
HSL204.83º16.2%64.9%-
HSV(B)204.83º16.11%70.59%-
XYZ3537.8848.65-
YUV164.28136.87118.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=30.26%
G=33.67%
B=36.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511681800.160.0700.29204.8316.264.9
Hex97A8B410701Dcd1041
Octal22725026420703531520101
Binary1001011110101000101101001000011101110111001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,168,180); }

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

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

 a { background-color: rgb(151,168,180); }

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

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

 span { border-color: rgb(151,168,180); }

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