#87ADC2

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

Shades of Nepal #87ADC2

Tints of Nepal #87ADC2

Color information

#87ADC2 (or 0x87ADC2) is unknown color: approx Nepal. HEX triplet: 87, AD and C2. RGB value is (135,173,194). Sum of RGB (Red+Green+Blue) = 135+173+194=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #87ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC2 is #78523D. Grayscale: #A3A3A3. Windows color (decimal): -7885374 or 12758407. OLE color: 12758407.

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

Color convert

RGB135173194-
CMYK0.300.1100.24
HSL201.36º32.6%64.51%-
HSV(B)201.36º30.41%76.08%-
XYZ34.6738.9356.73-
YUV164.03144.91107.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 194 (76.17% from 255) = 38.65%
R=26.89%
G=34.46%
B=38.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351731940.300.1100.24201.3632.664.51
Hex87ADC21EB018c92141
Octal207255302361303031141101
Binary100001111010110111000010111101011011000110010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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