#87D9B0

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

Shades of Vista Blue #87D9B0

Tints of Vista Blue #87D9B0

Color information

#87D9B0 (or 0x87D9B0) is unknown color: approx Vista Blue. HEX triplet: 87, D9 and B0. RGB value is (135,217,176). Sum of RGB (Red+Green+Blue) = 135+217+176=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #87D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D9B0 is #78264F. Grayscale: #BBBBBB. Windows color (decimal): -7874128 or 11590023. OLE color: 11590023.

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

Color convert

RGB135217176-
CMYK0.3800.190.15
HSL150º51.9%69.02%-
HSV(B)150º37.79%85.1%-
XYZ42.6457.9150-
YUV187.81121.3390.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=25.57%
G=41.10%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352171760.3800.190.1515051.969.02
Hex87D9B026013F963445
Octal207331260460231722664105
Binary1000011111011001101100001001100100111111100101101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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