#97ABBF

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

Shades of Nepal #97ABBF

Tints of Nepal #97ABBF

Color information

#97ABBF (or 0x97ABBF) is unknown color: approx Nepal. HEX triplet: 97, AB and BF. RGB value is (151,171,191). Sum of RGB (Red+Green+Blue) = 151+171+191=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #97ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ABBF is #685440. Grayscale: #A7A7A7. Windows color (decimal): -6837313 or 12561303. OLE color: 12561303.

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

Color convert

RGB151171191-
CMYK0.210.1000.25
HSL210º23.81%67.06%-
HSV(B)210º20.94%74.9%-
XYZ36.7339.4754.97-
YUV167.3141.37116.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 37.23%
R=29.43%
G=33.33%
B=37.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511711910.210.1000.2521023.8167.06
Hex97ABBF15A019d21843
Octal227253277251203132230103
Binary10010111101010111011111110101101001100111010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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