#87ABBF

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

Shades of Nepal #87ABBF

Tints of Nepal #87ABBF

Color information

#87ABBF (or 0x87ABBF) is unknown color: approx Nepal. HEX triplet: 87, AB and BF. RGB value is (135,171,191). Sum of RGB (Red+Green+Blue) = 135+171+191=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #87ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBF is #785440. Grayscale: #A2A2A2. Windows color (decimal): -7885889 or 12561287. OLE color: 12561287.

HSL color Cylindrical-coordinate representation of color #87ABBF: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87ABBF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135171191-
CMYK0.290.1000.25
HSL201.43º30.43%63.92%-
HSV(B)201.43º29.32%74.9%-
XYZ33.9638.0454.84-
YUV162.52144.07108.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 191 (75% from 255) = 38.43%
R=27.16%
G=34.41%
B=38.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351711910.290.1000.25201.4330.4363.92
Hex87ABBF1DA019c91e40
Octal207253277351203131136100
Binary10000111101010111011111111101101001100111001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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