#97ADC0

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

Shades of Nepal #97ADC0

Tints of Nepal #97ADC0

Color information

#97ADC0 (or 0x97ADC0) is unknown color: approx Nepal. HEX triplet: 97, AD and C0. RGB value is (151,173,192). Sum of RGB (Red+Green+Blue) = 151+173+192=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #97ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADC0 is #68523F. Grayscale: #A8A8A8. Windows color (decimal): -6836800 or 12627351. OLE color: 12627351.

HSL color Cylindrical-coordinate representation of color #97ADC0: hue angle of 207.8º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97ADC0 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151173192-
CMYK0.210.1000.25
HSL207.8º24.55%67.25%-
HSV(B)207.8º21.35%75.29%-
XYZ37.2240.2755.68-
YUV168.59141.21115.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=29.26%
G=33.53%
B=37.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511731920.210.1000.25207.824.5567.25
Hex97ADC015A019d01943
Octal227255300251203132031103
Binary10010111101011011100000010101101001100111010000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,192); }

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

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

 a { background-color: rgb(151,173,192); }

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

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

 span { border-color: rgb(151,173,192); }

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