#87AABF

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

Shades of Nepal #87AABF

Tints of Nepal #87AABF

Color information

#87AABF (or 0x87AABF) is unknown color: approx Nepal. HEX triplet: 87, AA and BF. RGB value is (135,170,191). Sum of RGB (Red+Green+Blue) = 135+170+191=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #87AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AABF is #785540. Grayscale: #A1A1A1. Windows color (decimal): -7886145 or 12561031. OLE color: 12561031.

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

Color convert

RGB135170191-
CMYK0.290.1100.25
HSL202.5º30.43%63.92%-
HSV(B)202.5º29.32%74.9%-
XYZ33.7737.6654.78-
YUV161.93144.4108.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 191 (75% from 255) = 38.51%
R=27.22%
G=34.27%
B=38.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351701910.290.1100.25202.530.4363.92
Hex87AABF1DB019ca1e40
Octal207252277351303131236100
Binary10000111101010101011111111101101101100111001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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