#87D8B5

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

Shades of Vista Blue #87D8B5

Tints of Vista Blue #87D8B5

Color information

#87D8B5 (or 0x87D8B5) is unknown color: approx Vista Blue. HEX triplet: 87, D8 and B5. RGB value is (135,216,181). Sum of RGB (Red+Green+Blue) = 135+216+181=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #87D8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D8B5 is #78274A. Grayscale: #BBBBBB. Windows color (decimal): -7874379 or 11917447. OLE color: 11917447.

HSL color Cylindrical-coordinate representation of color #87D8B5: hue angle of 154.07º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87D8B5 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB135216181-
CMYK0.3800.160.15
HSL154.07º50.94%68.82%-
HSV(B)154.07º37.5%84.71%-
XYZ42.8957.652.57-
YUV187.79124.1690.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.38%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=25.38%
G=40.60%
B=34.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352161810.3800.160.15154.0750.9468.82
Hex87D8B526010F9a3345
Octal207330265460201723263105
Binary1000011111011000101101011001100100001111100110101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,216,181); }

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

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

 a { background-color: rgb(135,216,181); }

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

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

 span { border-color: rgb(135,216,181); }

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