#87DBAD

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

Shades of Vista Blue #87DBAD

Tints of Vista Blue #87DBAD

Color information

#87DBAD (or 0x87DBAD) is unknown color: approx Vista Blue. HEX triplet: 87, DB and AD. RGB value is (135,219,173). Sum of RGB (Red+Green+Blue) = 135+219+173=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBAD is #782452. Grayscale: #BCBCBC. Windows color (decimal): -7873619 or 11393927. OLE color: 11393927.

HSL color Cylindrical-coordinate representation of color #87DBAD: hue angle of 147.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBAD is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB135219173-
CMYK0.3800.210.14
HSL147.14º53.85%69.41%-
HSV(B)147.14º38.36%85.88%-
XYZ42.8758.8348.63-
YUV188.64119.1789.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=25.62%
G=41.56%
B=32.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191730.3800.210.14147.1453.8569.41
Hex87DBAD26015E933645
Octal207333255460251622366105
Binary1000011111011011101011011001100101011110100100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,219,173); }

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

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

 a { background-color: rgb(135,219,173); }

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

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

 span { border-color: rgb(135,219,173); }

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