#85D6AD

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

Shades of Vista Blue #85D6AD

Tints of Vista Blue #85D6AD

Color information

#85D6AD (or 0x85D6AD) is unknown color: approx Vista Blue. HEX triplet: 85, D6 and AD. RGB value is (133,214,173). Sum of RGB (Red+Green+Blue) = 133+214+173=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D6AD is #7A2952. Grayscale: #B9B9B9. Windows color (decimal): -8005971 or 11392645. OLE color: 11392645.

HSL color Cylindrical-coordinate representation of color #85D6AD: hue angle of 149.63º degrees, saturation: 0.5, 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 #85D6AD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB133214173-
CMYK0.3800.190.16
HSL149.63º49.69%68.04%-
HSV(B)149.63º37.85%83.92%-
XYZ41.2656.148.19-
YUV185.11121.1690.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=25.58%
G=41.15%
B=33.27%

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
Decimal1332141730.3800.190.16149.6349.6968.04
Hex85D6AD2601310963244
Octal205326255460232022662104
Binary10000101110101101010110110011001001110000100101101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,214,173); }

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

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

 a { background-color: rgb(133,214,173); }

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

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

 span { border-color: rgb(133,214,173); }

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