#87D3AF

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

Shades of Vista Blue #87D3AF

Tints of Vista Blue #87D3AF

Color information

#87D3AF (or 0x87D3AF) is unknown color: approx Vista Blue. HEX triplet: 87, D3 and AF. RGB value is (135,211,175). Sum of RGB (Red+Green+Blue) = 135+211+175=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #87D3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D3AF is #782C50. Grayscale: #B8B8B8. Windows color (decimal): -7875665 or 11522951. OLE color: 11522951.

HSL color Cylindrical-coordinate representation of color #87D3AF: hue angle of 151.58º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D3AF is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB135211175-
CMYK0.3600.170.17
HSL151.58º46.34%67.84%-
HSV(B)151.58º36.02%82.75%-
XYZ41.0254.8348.98-
YUV184.17122.8292.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=25.91%
G=40.50%
B=33.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1352111750.3600.170.17151.5846.3467.84
Hex87D3AF2401111982e44
Octal207323257440212123056104
Binary10000111110100111010111110010001000110001100110001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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