#87ABBB

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

Shades of Nepal #87ABBB

Tints of Nepal #87ABBB

Color information

#87ABBB (or 0x87ABBB) is unknown color: approx Nepal. HEX triplet: 87, AB and BB. RGB value is (135,171,187). Sum of RGB (Red+Green+Blue) = 135+171+187=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #87ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBB is #785444. Grayscale: #A1A1A1. Windows color (decimal): -7885893 or 12299143. OLE color: 12299143.

HSL color Cylindrical-coordinate representation of color #87ABBB: hue angle of 198.46º 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 #87ABBB is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135171187-
CMYK0.280.0900.27
HSL198.46º27.66%63.14%-
HSV(B)198.46º27.81%73.33%-
XYZ33.5237.8652.56-
YUV162.06142.07108.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=27.38%
G=34.69%
B=37.93%

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
Decimal1351711870.280.0900.27198.4627.6663.14
Hex87ABBB1C901Bc61c3f
Octal20725327334110333063477
Binary1000011110101011101110111110010010110111100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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