#87AABB

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

Shades of Nepal #87AABB

Tints of Nepal #87AABB

Color information

#87AABB (or 0x87AABB) is unknown color: approx Nepal. HEX triplet: 87, AA and BB. RGB value is (135,170,187). Sum of RGB (Red+Green+Blue) = 135+170+187=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #87AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AABB is #785544. Grayscale: #A1A1A1. Windows color (decimal): -7886149 or 12298887. OLE color: 12298887.

HSL color Cylindrical-coordinate representation of color #87AABB: hue angle of 199.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87AABB is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135170187-
CMYK0.280.0900.27
HSL199.62º27.66%63.14%-
HSV(B)199.62º27.81%73.33%-
XYZ33.3437.4952.49-
YUV161.47142.4109.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=27.44%
G=34.55%
B=38.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351701870.280.0900.27199.6227.6663.14
Hex87AABB1C901Bc81c3f
Octal20725227334110333103477
Binary1000011110101010101110111110010010110111100100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,170,187); }

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

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

 a { background-color: rgb(135,170,187); }

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

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

 span { border-color: rgb(135,170,187); }

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