#97ACC1

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

Shades of Nepal #97ACC1

Tints of Nepal #97ACC1

Color information

#97ACC1 (or 0x97ACC1) is unknown color: approx Nepal. HEX triplet: 97, AC and C1. RGB value is (151,172,193). Sum of RGB (Red+Green+Blue) = 151+172+193=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #97ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACC1 is #68533E. Grayscale: #A8A8A8. Windows color (decimal): -6837055 or 12692631. OLE color: 12692631.

HSL color Cylindrical-coordinate representation of color #97ACC1: hue angle of 210º 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 #97ACC1 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151172193-
CMYK0.220.1100.24
HSL210º25.3%67.45%-
HSV(B)210º21.76%75.69%-
XYZ37.1439.9356.2-
YUV168.12142.04115.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=29.26%
G=33.33%
B=37.40%

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
Decimal1511721930.220.1100.2421025.367.45
Hex97ACC116B018d21943
Octal227254301261303032231103
Binary10010111101011001100000110110101101100011010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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