#87AAC1

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

Shades of Nepal #87AAC1

Tints of Nepal #87AAC1

Color information

#87AAC1 (or 0x87AAC1) is unknown color: approx Nepal. HEX triplet: 87, AA and C1. RGB value is (135,170,193). Sum of RGB (Red+Green+Blue) = 135+170+193=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #87AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAC1 is #78553E. Grayscale: #A2A2A2. Windows color (decimal): -7886143 or 12692103. OLE color: 12692103.

HSL color Cylindrical-coordinate representation of color #87AAC1: hue angle of 203.79º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87AAC1 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135170193-
CMYK0.300.1200.24
HSL203.79º31.87%64.31%-
HSV(B)203.79º30.05%75.69%-
XYZ33.9937.7555.95-
YUV162.16145.4108.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=27.11%
G=34.14%
B=38.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351701930.300.1200.24203.7931.8764.31
Hex87AAC11EC018cc2040
Octal207252301361403031440100
Binary100001111010101011000001111101100011000110011001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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