#87ADC0

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

Shades of Nepal #87ADC0

Tints of Nepal #87ADC0

Color information

#87ADC0 (or 0x87ADC0) is unknown color: approx Nepal. HEX triplet: 87, AD and C0. RGB value is (135,173,192). Sum of RGB (Red+Green+Blue) = 135+173+192=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #87ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC0 is #78523F. Grayscale: #A3A3A3. Windows color (decimal): -7885376 or 12627335. OLE color: 12627335.

HSL color Cylindrical-coordinate representation of color #87ADC0: hue angle of 200º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ADC0 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135173192-
CMYK0.300.1000.25
HSL200º31.15%64.12%-
HSV(B)200º29.69%75.29%-
XYZ34.4538.8455.55-
YUV163.8143.91107.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=27%
G=34.6%
B=38.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351731920.300.1000.2520031.1564.12
Hex87ADC01EA019c81f40
Octal207255300361203131037100
Binary10000111101011011100000011110101001100111001000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,173,192); }

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

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

 a { background-color: rgb(135,173,192); }

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

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

 span { border-color: rgb(135,173,192); }

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