#85E4AF

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

Shades of Vista Blue #85E4AF

Tints of Vista Blue #85E4AF

Color information

#85E4AF (or 0x85E4AF) is unknown color: approx Vista Blue. HEX triplet: 85, E4 and AF. RGB value is (133,228,175). Sum of RGB (Red+Green+Blue) = 133+228+175=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E4AF is #7A1B50. Grayscale: #C1C1C1. Windows color (decimal): -8002385 or 11527301. OLE color: 11527301.

HSL color Cylindrical-coordinate representation of color #85E4AF: hue angle of 146.53º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4AF is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB133228175-
CMYK0.4200.230.11
HSL146.53º63.76%70.78%-
HSV(B)146.53º41.67%89.41%-
XYZ45.1563.5750.45-
YUV193.55117.5384.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 228 (89.45% from 255) = 42.54%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=24.81%
G=42.54%
B=32.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281750.4200.230.11146.5363.7670.78
Hex85E4AF2A017B934047
Octal2053442575202713223100107
Binary10000101111001001010111110101001011110111001001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,228,175); }

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

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

 a { background-color: rgb(133,228,175); }

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

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

 span { border-color: rgb(133,228,175); }

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