#87ADC1

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

Shades of Nepal #87ADC1

Tints of Nepal #87ADC1

Color information

#87ADC1 (or 0x87ADC1) is unknown color: approx Nepal. HEX triplet: 87, AD and C1. RGB value is (135,173,193). Sum of RGB (Red+Green+Blue) = 135+173+193=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #87ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC1 is #78523E. Grayscale: #A3A3A3. Windows color (decimal): -7885375 or 12692871. OLE color: 12692871.

HSL color Cylindrical-coordinate representation of color #87ADC1: hue angle of 200.69º 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 #87ADC1 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135173193-
CMYK0.300.1000.24
HSL200.69º31.87%64.31%-
HSV(B)200.69º30.05%75.69%-
XYZ34.5638.8956.14-
YUV163.92144.41107.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=26.95%
G=34.53%
B=38.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351731930.300.1000.24200.6931.8764.31
Hex87ADC11EA018c92040
Octal207255301361203031140100
Binary100001111010110111000001111101010011000110010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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