#97AFBD

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

Shades of Nepal #97AFBD

Tints of Nepal #97AFBD

Color information

#97AFBD (or 0x97AFBD) is unknown color: approx Nepal. HEX triplet: 97, AF and BD. RGB value is (151,175,189). Sum of RGB (Red+Green+Blue) = 151+175+189=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #97AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AFBD is #685042. Grayscale: #A9A9A9. Windows color (decimal): -6836291 or 12431255. OLE color: 12431255.

HSL color Cylindrical-coordinate representation of color #97AFBD: hue angle of 202.11º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97AFBD is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151175189-
CMYK0.200.0700.26
HSL202.11º22.35%66.67%-
HSV(B)202.11º20.11%74.12%-
XYZ37.2840.9154.08-
YUV169.42139.05114.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=29.32%
G=33.98%
B=36.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511751890.200.0700.26202.1122.3566.67
Hex97AFBD14701Aca1643
Octal22725727524703231226103
Binary1001011110101111101111011010011101101011001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,189); }

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

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

 a { background-color: rgb(151,175,189); }

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

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

 span { border-color: rgb(151,175,189); }

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