#87ABBD

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

Shades of Nepal #87ABBD

Tints of Nepal #87ABBD

Color information

#87ABBD (or 0x87ABBD) is unknown color: approx Nepal. HEX triplet: 87, AB and BD. RGB value is (135,171,189). Sum of RGB (Red+Green+Blue) = 135+171+189=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #87ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBD is #785442. Grayscale: #A2A2A2. Windows color (decimal): -7885891 or 12430215. OLE color: 12430215.

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

Color convert

RGB135171189-
CMYK0.290.1000.26
HSL200º29.03%63.53%-
HSV(B)200º28.57%74.12%-
XYZ33.7437.9553.69-
YUV162.29143.07108.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=27.27%
G=34.55%
B=38.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351711890.290.1000.2620029.0363.53
Hex87ABBD1DA01Ac81d40
Octal207253275351203231035100
Binary10000111101010111011110111101101001101011001000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,171,189); }

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

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

 a { background-color: rgb(135,171,189); }

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

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

 span { border-color: rgb(135,171,189); }

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