#97ABC1

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

Shades of Nepal #97ABC1

Tints of Nepal #97ABC1

Color information

#97ABC1 (or 0x97ABC1) is unknown color: approx Nepal. HEX triplet: 97, AB and C1. RGB value is (151,171,193). Sum of RGB (Red+Green+Blue) = 151+171+193=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #97ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ABC1 is #68543E. Grayscale: #A7A7A7. Windows color (decimal): -6837311 or 12692375. OLE color: 12692375.

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

Color convert

RGB151171193-
CMYK0.220.1100.24
HSL211.43º25.3%67.45%-
HSV(B)211.43º21.76%75.69%-
XYZ36.9539.5656.14-
YUV167.53142.37116.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=29.32%
G=33.20%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511711930.220.1100.24211.4325.367.45
Hex97ABC116B018d31943
Octal227253301261303032331103
Binary10010111101010111100000110110101101100011010011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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