#87ADC3

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

Shades of Nepal #87ADC3

Tints of Nepal #87ADC3

Color information

#87ADC3 (or 0x87ADC3) is unknown color: approx Nepal. HEX triplet: 87, AD and C3. RGB value is (135,173,195). Sum of RGB (Red+Green+Blue) = 135+173+195=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #87ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC3 is #78523C. Grayscale: #A4A4A4. Windows color (decimal): -7885373 or 12823943. OLE color: 12823943.

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

Color convert

RGB135173195-
CMYK0.310.1100.24
HSL202º33.33%64.71%-
HSV(B)202º30.77%76.47%-
XYZ34.7938.9857.32-
YUV164.15145.41107.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=26.84%
G=34.39%
B=38.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351731950.310.1100.2420233.3364.71
Hex87ADC31FB018ca2141
Octal207255303371303031241101
Binary100001111010110111000011111111011011000110010101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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