Html Css Color HEX #97ADBB Nepal

📋 copy color: '#97ADBB'

red 151 ◦ green 173 ◦ blue 187

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

Shades of Nepal #97ADBB

Tints of Nepal #97ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 29.55%
G = 33.86%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#97ADBB (or 0x97ADBB) is known color: Nepal. HEX triplet: 97, AD and BB. RGB value is (151,173,187). Sum of RGB (Red+Green+Blue) = 151+173+187=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #97ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADBB is #685244. Grayscale: #A7A7A7. Windows color (decimal): -6836805 or 12299671. OLE color: 12299671.

HSL color Cylindrical-coordinate representation of color #97ADBB: hue angle of 203.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97ADBB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 173 187 -
CMYK 0.19 0.07 0 0.27
HSL 203.33º 0.21% 0.66% -
HSV(B) 203.33º 0.19% 0.73% -
XYZ 36.68 40.05 52.81 -
YUV 168.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 151 173 187 0.19 0.07 0 0.27 203.33 0.21 0.66
Hex 97 AD BB 13 7 0 1B CB 15 42
Octal 227 255 273 23 7 0 33 313 25 102
Binary 10010111 10101101 10111011 10011 111 0 11011 11001011 10101 1000010

Color Harmonies of #97ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADBB

Black with #97ADBB

Text Example


Text Example

White with #97ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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