#85E1AF

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

Shades of Vista Blue #85E1AF

Tints of Vista Blue #85E1AF

Color information

#85E1AF (or 0x85E1AF) is unknown color: approx Vista Blue. HEX triplet: 85, E1 and AF. RGB value is (133,225,175). Sum of RGB (Red+Green+Blue) = 133+225+175=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E1AF is #7A1E50. Grayscale: #BFBFBF. Windows color (decimal): -8003153 or 11526533. OLE color: 11526533.

HSL color Cylindrical-coordinate representation of color #85E1AF: hue angle of 147.39º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1AF is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB133225175-
CMYK0.4100.220.12
HSL147.39º60.53%70.2%-
HSV(B)147.39º40.89%88.24%-
XYZ44.3461.9350.17-
YUV191.79118.5286.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=24.95%
G=42.21%
B=32.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251750.4100.220.12147.3960.5370.2
Hex85E1AF29016C933d46
Octal205341257510261422375106
Binary1000010111100001101011111010010101101100100100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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