#85F7AE

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

Shades of Vista Blue #85F7AE

Tints of Vista Blue #85F7AE

Color information

#85F7AE (or 0x85F7AE) is unknown color: approx Vista Blue. HEX triplet: 85, F7 and AE. RGB value is (133,247,174). Sum of RGB (Red+Green+Blue) = 133+247+174=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F7AE is #7A0851. Grayscale: #CCCCCC. Windows color (decimal): -7997522 or 11466629. OLE color: 11466629.

HSL color Cylindrical-coordinate representation of color #85F7AE: hue angle of 141.58º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7AE is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB133247174-
CMYK0.4600.300.03
HSL141.58º87.69%74.51%-
HSV(B)141.58º46.15%96.86%-
XYZ50.5774.5651.77-
YUV204.59110.7376.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.01%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=24.01%
G=44.58%
B=31.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471740.4600.300.03141.5887.6974.51
Hex85F7AE2E01E38e584b
Octal205367256560363216130113
Binary100001011111011110101110101110011110111000111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F7AE; }

 p { color: rgb(133,247,174); }

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

<style>
 a { background-color: #85F7AE; }

 a { background-color: rgb(133,247,174); }

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

<style>
 span { border-color: #85F7AE; }

 span { border-color: rgb(133,247,174); }

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