#87D0AE

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

Shades of Vista Blue #87D0AE

Tints of Vista Blue #87D0AE

Color information

#87D0AE (or 0x87D0AE) is unknown color: approx Vista Blue. HEX triplet: 87, D0 and AE. RGB value is (135,208,174). Sum of RGB (Red+Green+Blue) = 135+208+174=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0AE is #782F51. Grayscale: #B6B6B6. Windows color (decimal): -7876434 or 11456647. OLE color: 11456647.

HSL color Cylindrical-coordinate representation of color #87D0AE: hue angle of 152.05º 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 #87D0AE is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB135208174-
CMYK0.3500.160.18
HSL152.05º43.71%67.25%-
HSV(B)152.05º35.1%81.57%-
XYZ40.1953.3248.22-
YUV182.3123.3294.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=26.11%
G=40.23%
B=33.66%

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
Decimal1352081740.3500.160.18152.0543.7167.25
Hex87D0AE2301012982c43
Octal207320256430202223054103
Binary10000111110100001010111010001101000010010100110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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