#87EAAA

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

Shades of Vista Blue #87EAAA

Tints of Vista Blue #87EAAA

Color information

#87EAAA (or 0x87EAAA) is unknown color: approx Vista Blue. HEX triplet: 87, EA and AA. RGB value is (135,234,170). Sum of RGB (Red+Green+Blue) = 135+234+170=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #87EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87EAAA is #781555. Grayscale: #C5C5C5. Windows color (decimal): -7869782 or 11201159. OLE color: 11201159.

HSL color Cylindrical-coordinate representation of color #87EAAA: hue angle of 141.21º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87EAAA is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB135234170-
CMYK0.4200.270.08
HSL141.21º70.21%72.35%-
HSV(B)141.21º42.31%91.76%-
XYZ46.6766.948.48-
YUV197.1112.783.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=25.05%
G=43.41%
B=31.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1352341700.4200.270.08141.2170.2172.35
Hex87EAAA2A01B88d4648
Octal2073522525203310215106110
Binary10000111111010101010101010101001101110001000110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,234,170); }

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

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

 a { background-color: rgb(135,234,170); }

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

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

 span { border-color: rgb(135,234,170); }

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