#85E4AB

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

Shades of Vista Blue #85E4AB

Tints of Vista Blue #85E4AB

Color information

#85E4AB (or 0x85E4AB) is unknown color: approx Vista Blue. HEX triplet: 85, E4 and AB. RGB value is (133,228,171). Sum of RGB (Red+Green+Blue) = 133+228+171=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E4AB is #7A1B54. Grayscale: #C1C1C1. Windows color (decimal): -8002389 or 11265157. OLE color: 11265157.

HSL color Cylindrical-coordinate representation of color #85E4AB: hue angle of 144º 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 #85E4AB is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB133228171-
CMYK0.4200.250.11
HSL144º63.76%70.78%-
HSV(B)144º41.67%89.41%-
XYZ44.7763.4148.41-
YUV193.1115.5385.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=25%
G=42.86%
B=32.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281710.4200.250.1114463.7670.78
Hex85E4AB2A019B904047
Octal2053442535203113220100107
Binary10000101111001001010101110101001100110111001000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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