#97B0BF

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

Shades of Nepal #97B0BF

Tints of Nepal #97B0BF

Color information

#97B0BF (or 0x97B0BF) is unknown color: approx Nepal. HEX triplet: 97, B0 and BF. RGB value is (151,176,191). Sum of RGB (Red+Green+Blue) = 151+176+191=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #97B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B0BF is #684F40. Grayscale: #AAAAAA. Windows color (decimal): -6836033 or 12562583. OLE color: 12562583.

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

Color convert

RGB151176191-
CMYK0.210.0800.25
HSL202.5º23.81%67.06%-
HSV(B)202.5º20.94%74.9%-
XYZ37.6941.3955.29-
YUV170.24139.72114.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.15%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 191 (75% from 255) = 36.87%
R=29.15%
G=33.98%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511761910.210.0800.25202.523.8167.06
Hex97B0BF158019ca1843
Octal227260277251003131230103
Binary10010111101100001011111110101100001100111001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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