Html Css Color HEX #97ADC0 Nepal

📋 copy color: '#97ADC0'

red 151 ◦ green 173 ◦ blue 192

#97ADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #97ADC0

Tints of Nepal #97ADC0

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 value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97ADC0 (or 0x97ADC0) is known color: 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

RGB 151 173 192 -
CMYK 0.21 0.10 0 0.25
HSL 207.8º 0.25% 0.67% -
HSV(B) 207.8º 0.21% 0.75% -
XYZ 37.22 40.27 55.68 -
YUV 168.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 151 173 192 0.21 0.10 0 0.25 207.8 0.25 0.67
Hex 97 AD C0 15 A 0 19 D0 19 43
Octal 227 255 300 25 12 0 31 320 31 103
Binary 10010111 10101101 11000000 10101 1010 0 11001 11010000 11001 1000011

Color Harmonies of #97ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADC0

Black with #97ADC0

Text Example


Text Example

White with #97ADC0

Text Example


Text Example

HTML Codes & Css Web 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>