#87D9B2

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

Shades of Vista Blue #87D9B2

Tints of Vista Blue #87D9B2

Color information

#87D9B2 (or 0x87D9B2) is unknown color: approx Vista Blue. HEX triplet: 87, D9 and B2. RGB value is (135,217,178). Sum of RGB (Red+Green+Blue) = 135+217+178=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #87D9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D9B2 is #78264D. Grayscale: #BCBCBC. Windows color (decimal): -7874126 or 11721095. OLE color: 11721095.

HSL color Cylindrical-coordinate representation of color #87D9B2: hue angle of 151.46º degrees, saturation: 0.52, 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 #87D9B2 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB135217178-
CMYK0.3800.180.15
HSL151.46º51.9%69.02%-
HSV(B)151.46º37.79%85.1%-
XYZ42.8457.9951.05-
YUV188.04122.3390.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=25.47%
G=40.94%
B=33.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352171780.3800.180.15151.4651.969.02
Hex87D9B226012F973445
Octal207331262460221722764105
Binary1000011111011001101100101001100100101111100101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,217,178); }

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

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

 a { background-color: rgb(135,217,178); }

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

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

 span { border-color: rgb(135,217,178); }

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