#85D5AC

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

Shades of Vista Blue #85D5AC

Tints of Vista Blue #85D5AC

Color information

#85D5AC (or 0x85D5AC) is unknown color: approx Vista Blue. HEX triplet: 85, D5 and AC. RGB value is (133,213,172). Sum of RGB (Red+Green+Blue) = 133+213+172=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #85D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D5AC is #7A2A53. Grayscale: #B8B8B8. Windows color (decimal): -8006228 or 11326853. OLE color: 11326853.

HSL color Cylindrical-coordinate representation of color #85D5AC: hue angle of 149.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D5AC is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB133213172-
CMYK0.3800.190.16
HSL149.25º48.78%67.84%-
HSV(B)149.25º37.56%83.53%-
XYZ40.9155.5547.6-
YUV184.4112191.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.68%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=25.68%
G=41.12%
B=33.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131720.3800.190.16149.2548.7867.84
Hex85D5AC2601310953144
Octal205325254460232022561104
Binary10000101110101011010110010011001001110000100101011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,172); }

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

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

 a { background-color: rgb(133,213,172); }

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

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

 span { border-color: rgb(133,213,172); }

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