#87EDAF

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

Shades of Vista Blue #87EDAF

Tints of Vista Blue #87EDAF

Color information

#87EDAF (or 0x87EDAF) is unknown color: approx Vista Blue. HEX triplet: 87, ED and AF. RGB value is (135,237,175). Sum of RGB (Red+Green+Blue) = 135+237+175=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #87EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87EDAF is #781250. Grayscale: #C7C7C7. Windows color (decimal): -7869009 or 11529607. OLE color: 11529607.

HSL color Cylindrical-coordinate representation of color #87EDAF: hue angle of 143.53º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87EDAF is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB135237175-
CMYK0.4300.260.07
HSL143.53º73.91%72.94%-
HSV(B)143.53º43.04%92.94%-
XYZ48.0168.8151.31-
YUV199.43114.2182.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=24.68%
G=43.33%
B=31.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1352371750.4300.260.07143.5373.9172.94
Hex87EDAF2B01A7904a49
Octal207355257530327220112111
Binary1000011111101101101011111010110110101111001000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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