#97ADBF

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

Shades of Nepal #97ADBF

Tints of Nepal #97ADBF

Color information

#97ADBF (or 0x97ADBF) is unknown color: approx Nepal. HEX triplet: 97, AD and BF. RGB value is (151,173,191). Sum of RGB (Red+Green+Blue) = 151+173+191=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #97ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADBF is #685240. Grayscale: #A8A8A8. Windows color (decimal): -6836801 or 12561815. OLE color: 12561815.

HSL color Cylindrical-coordinate representation of color #97ADBF: hue angle of 207º degrees, saturation: 0.24, 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 #97ADBF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151173191-
CMYK0.210.0900.25
HSL207º23.81%67.06%-
HSV(B)207º20.94%74.9%-
XYZ37.1140.2355.1-
YUV168.47140.71115.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 37.09%
R=29.32%
G=33.59%
B=37.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511731910.210.0900.2520723.8167.06
Hex97ADBF159019cf1843
Octal227255277251103131730103
Binary10010111101011011011111110101100101100111001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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