#87D5AF

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

Shades of Vista Blue #87D5AF

Tints of Vista Blue #87D5AF

Color information

#87D5AF (or 0x87D5AF) is unknown color: approx Vista Blue. HEX triplet: 87, D5 and AF. RGB value is (135,213,175). Sum of RGB (Red+Green+Blue) = 135+213+175=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #87D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D5AF is #782A50. Grayscale: #B9B9B9. Windows color (decimal): -7875153 or 11523463. OLE color: 11523463.

HSL color Cylindrical-coordinate representation of color #87D5AF: hue angle of 150.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D5AF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB135213175-
CMYK0.3700.180.16
HSL150.77º48.15%68.24%-
HSV(B)150.77º36.62%83.53%-
XYZ41.5255.8349.15-
YUV185.35122.1692.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=25.81%
G=40.73%
B=33.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1352131750.3700.180.16150.7748.1568.24
Hex87D5AF2501210973044
Octal207325257450222022760104
Binary10000111110101011010111110010101001010000100101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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