#87ACC4

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

Shades of Nepal #87ACC4

Tints of Nepal #87ACC4

Color information

#87ACC4 (or 0x87ACC4) is unknown color: approx Nepal. HEX triplet: 87, AC and C4. RGB value is (135,172,196). Sum of RGB (Red+Green+Blue) = 135+172+196=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #87ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACC4 is #78533B. Grayscale: #A3A3A3. Windows color (decimal): -7885628 or 12889223. OLE color: 12889223.

HSL color Cylindrical-coordinate representation of color #87ACC4: hue angle of 203.61º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87ACC4 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB135172196-
CMYK0.310.1200.23
HSL203.61º34.08%64.9%-
HSV(B)203.61º31.12%76.86%-
XYZ34.7138.6457.85-
YUV163.67146.24107.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=26.84%
G=34.19%
B=38.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351721960.310.1200.23203.6134.0864.9
Hex87ACC41FC017cc2241
Octal207254304371402731442101
Binary100001111010110011000100111111100010111110011001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,196); }

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

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

 a { background-color: rgb(135,172,196); }

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

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

 span { border-color: rgb(135,172,196); }

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