#97ABB6

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

Shades of Nepal #97ABB6

Tints of Nepal #97ABB6

Color information

#97ABB6 (or 0x97ABB6) is unknown color: approx Nepal. HEX triplet: 97, AB and B6. RGB value is (151,171,182). Sum of RGB (Red+Green+Blue) = 151+171+182=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #97ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ABB6 is #685449. Grayscale: #A6A6A6. Windows color (decimal): -6837322 or 11971479. OLE color: 11971479.

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

Color convert

RGB151171182-
CMYK0.170.0600.29
HSL201.29º17.51%65.29%-
HSV(B)201.29º17.03%71.37%-
XYZ35.7739.0849.91-
YUV166.27136.87117.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=29.96%
G=33.93%
B=36.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511711820.170.0600.29201.2917.5165.29
Hex97ABB611601Dc91241
Octal22725326621603531122101
Binary1001011110101011101101101000111001110111001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,171,182); }

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

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

 a { background-color: rgb(151,171,182); }

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

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

 span { border-color: rgb(151,171,182); }

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