Html Css Color HEX #97ADC1 Nepal

📋 copy color: '#97ADC1'

red 151 ◦ green 173 ◦ blue 193

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

Shades of Nepal #97ADC1

Tints of Nepal #97ADC1

RGB

 RED value IS 151 (59.38% from 255) = 29.21%

 GREEN value IS 173 (67.97% from 255) = 33.46%

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 29.21%
G = 33.46%
B = 37.33%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#97ADC1 (or 0x97ADC1) is known color: Nepal. HEX triplet: 97, AD and C1. RGB value is (151,173,193). Sum of RGB (Red+Green+Blue) = 151+173+193=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #97ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADC1 is #68523E. Grayscale: #A8A8A8. Windows color (decimal): -6836799 or 12692887. OLE color: 12692887.

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

Color convert

RGB 151 173 193 -
CMYK 0.22 0.10 0 0.24
HSL 208.57º 0.25% 0.67% -
HSV(B) 208.57º 0.22% 0.76% -
XYZ 37.33 40.32 56.27 -
YUV 168.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 151 173 193 0.22 0.10 0 0.24 208.57 0.25 0.67
Hex 97 AD C1 16 A 0 18 D1 19 43
Octal 227 255 301 26 12 0 30 321 31 103
Binary 10010111 10101101 11000001 10110 1010 0 11000 11010001 11001 1000011

Color Harmonies of #97ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADC1

Black with #97ADC1

Text Example


Text Example

White with #97ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97ADC1;
 }
 .AnyTagClassName
 {
   color: #97ADC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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