#97AABB

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

Shades of Nepal #97AABB

Tints of Nepal #97AABB

Color information

#97AABB (or 0x97AABB) is unknown color: approx Nepal. HEX triplet: 97, AA and BB. RGB value is (151,170,187). Sum of RGB (Red+Green+Blue) = 151+170+187=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #97AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AABB is #685544. Grayscale: #A6A6A6. Windows color (decimal): -6837573 or 12298903. OLE color: 12298903.

HSL color Cylindrical-coordinate representation of color #97AABB: hue angle of 208.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97AABB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151170187-
CMYK0.190.0900.27
HSL208.33º20.93%66.27%-
HSV(B)208.33º19.25%73.33%-
XYZ36.1138.9252.62-
YUV166.26139.71117.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=29.72%
G=33.46%
B=36.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511701870.190.0900.27208.3320.9366.27
Hex97AABB13901Bd01542
Octal227252273231103332025102
Binary10010111101010101011101110011100101101111010000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,170,187); }

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

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

 a { background-color: rgb(151,170,187); }

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

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

 span { border-color: rgb(151,170,187); }

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