#87D0AF

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

Shades of Vista Blue #87D0AF

Tints of Vista Blue #87D0AF

Color information

#87D0AF (or 0x87D0AF) is unknown color: approx Vista Blue. HEX triplet: 87, D0 and AF. RGB value is (135,208,175). Sum of RGB (Red+Green+Blue) = 135+208+175=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0AF is #782F50. Grayscale: #B6B6B6. Windows color (decimal): -7876433 or 11522183. OLE color: 11522183.

HSL color Cylindrical-coordinate representation of color #87D0AF: hue angle of 152.88º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0AF is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB135208175-
CMYK0.3500.160.18
HSL152.88º43.71%67.25%-
HSV(B)152.88º35.1%81.57%-
XYZ40.2953.3648.73-
YUV182.41123.8294.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=26.06%
G=40.15%
B=33.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081750.3500.160.18152.8843.7167.25
Hex87D0AF2301012992c43
Octal207320257430202223154103
Binary10000111110100001010111110001101000010010100110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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