#97ADBB

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

Shades of Nepal #97ADBB

Tints of Nepal #97ADBB

Color information

#97ADBB (or 0x97ADBB) is unknown color: approx 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

RGB151173187-
CMYK0.190.0700.27
HSL203.33º20.93%66.27%-
HSV(B)203.33º19.25%73.33%-
XYZ36.6840.0552.81-
YUV168.02138.71115.86-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511731870.190.0700.27203.3320.9366.27
Hex97ADBB13701Bcb1542
Octal22725527323703331325102
Binary1001011110101101101110111001111101101111001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>