#87D9AF

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

Shades of Vista Blue #87D9AF

Tints of Vista Blue #87D9AF

Color information

#87D9AF (or 0x87D9AF) is unknown color: approx Vista Blue. HEX triplet: 87, D9 and AF. RGB value is (135,217,175). Sum of RGB (Red+Green+Blue) = 135+217+175=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #87D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D9AF is #782650. Grayscale: #BBBBBB. Windows color (decimal): -7874129 or 11524487. OLE color: 11524487.

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

Color convert

RGB135217175-
CMYK0.3800.190.15
HSL149.27º51.9%69.02%-
HSV(B)149.27º37.79%85.1%-
XYZ42.5457.8749.49-
YUV187.69120.8390.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=25.62%
G=41.18%
B=33.21%

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
Decimal1352171750.3800.190.15149.2751.969.02
Hex87D9AF26013F953445
Octal207331257460231722564105
Binary1000011111011001101011111001100100111111100101011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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