#87A9BF

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

Shades of Nepal #87A9BF

Tints of Nepal #87A9BF

Color information

#87A9BF (or 0x87A9BF) is unknown color: approx Nepal. HEX triplet: 87, A9 and BF. RGB value is (135,169,191). Sum of RGB (Red+Green+Blue) = 135+169+191=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #87A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9BF is #785640. Grayscale: #A1A1A1. Windows color (decimal): -7886401 or 12560775. OLE color: 12560775.

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

Color convert

RGB135169191-
CMYK0.290.1200.25
HSL203.57º30.43%63.92%-
HSV(B)203.57º29.32%74.9%-
XYZ33.5837.2954.72-
YUV161.34144.74109.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 191 (75% from 255) = 38.59%
R=27.27%
G=34.14%
B=38.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351691910.290.1200.25203.5730.4363.92
Hex87A9BF1DC019cc1e40
Octal207251277351403131436100
Binary10000111101010011011111111101110001100111001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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