#87AAC3

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

Shades of Nepal #87AAC3

Tints of Nepal #87AAC3

Color information

#87AAC3 (or 0x87AAC3) is unknown color: approx Nepal. HEX triplet: 87, AA and C3. RGB value is (135,170,195). Sum of RGB (Red+Green+Blue) = 135+170+195=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #87AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAC3 is #78553C. Grayscale: #A2A2A2. Windows color (decimal): -7886141 or 12823175. OLE color: 12823175.

HSL color Cylindrical-coordinate representation of color #87AAC3: hue angle of 205º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87AAC3 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135170195-
CMYK0.310.1300.24
HSL205º33.33%64.71%-
HSV(B)205º30.77%76.47%-
XYZ34.2237.8457.13-
YUV162.38146.4108.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 195 (76.56% from 255) = 39%
R=27%
G=34%
B=39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351701950.310.1300.2420533.3364.71
Hex87AAC31FD018cd2141
Octal207252303371503031541101
Binary100001111010101011000011111111101011000110011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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